#422 call sys_hash_change on load()
This commit is contained in:
parent
f5c99ea064
commit
e12fc04ea2
@ -232,6 +232,8 @@ SYSTEM.prototype.log_error = function(msg){
|
||||
//load a pagestatewith given id
|
||||
SYSTEM.prototype.load = function(id,forced){
|
||||
this.log(this.LOG_START,'load page: '+id+(forced ? ' - forced' : ''));
|
||||
if(system.hash_change){
|
||||
system.hash_change(id);}
|
||||
if(!forced && this.state_info[id]){
|
||||
this.handle_call_pages(this.state_info[id],id,forced,true);
|
||||
}else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user