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