removed old code
This commit is contained in:
parent
9e8b4a0448
commit
f179eef5e9
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user