From 68acd8a8494f4a7f5201d30a0cf6d5d41ad4c947 Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 6 Jul 2015 15:00:52 +0200 Subject: [PATCH] fixed bug with system.reload() --- files/sys/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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){