#$.afui.loadDefaultHash ``` This is a boolean property. When set to true (default) it will load that panel when the app is started ``` ##Example ``` $.afui.loadDefaultHash=false; //Never load the page from the hash when the app is started $.afui.loadDefaultHash=true; //Default ``` ##Parameters ``` ``` ##Returns ``` undefined ```