#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
|
//load a pagestatewith given id
|
||||||
SYSTEM.prototype.load = function(id,forced){
|
SYSTEM.prototype.load = function(id,forced){
|
||||||
this.log(this.LOG_START,'load page: '+id+(forced ? ' - 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]){
|
if(!forced && this.state_info[id]){
|
||||||
this.handle_call_pages(this.state_info[id],id,forced,true);
|
this.handle_call_pages(this.state_info[id],id,forced,true);
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user