#422 call sys_hash_change on load()

This commit is contained in:
Ulf Gebhardt 2017-08-21 06:38:16 +02:00
parent f5c99ea064
commit e12fc04ea2

View File

@ -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 {