From f179eef5e981a92f47d8ab96c1c4e8cfb6000835 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 18 Sep 2015 02:14:53 +0200 Subject: [PATCH] removed old code --- files/sys/system.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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){