diff --git a/files/sys/system.js b/files/sys/system.js index eb92be7..49e8281 100644 --- a/files/sys/system.js +++ b/files/sys/system.js @@ -203,8 +203,8 @@ SYSTEM.prototype.back = function(){ SYSTEM.prototype.forward = function(){ window.history.forward();}; SYSTEM.prototype.reload = function(href){ - if('#!'+this.cur_state() === href){ - this.go_state(this.cur_state(),true);} + //if('#!'+this.cur_state() === href){ + this.go_state(this.cur_state(),true);//} }; SYSTEM.prototype.language = function(lang){