removed old code
This commit is contained in:
parent
9e8b4a0448
commit
f179eef5e9
@ -202,9 +202,8 @@ SYSTEM.prototype.back = function(){
|
|||||||
window.history.back();};
|
window.history.back();};
|
||||||
SYSTEM.prototype.forward = function(){
|
SYSTEM.prototype.forward = function(){
|
||||||
window.history.forward();};
|
window.history.forward();};
|
||||||
SYSTEM.prototype.reload = function(href){
|
SYSTEM.prototype.reload = function(){
|
||||||
//if('#!'+this.cur_state() === href){
|
this.go_state(this.cur_state(),true);
|
||||||
this.go_state(this.cur_state(),true);//}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
SYSTEM.prototype.language = function(lang){
|
SYSTEM.prototype.language = function(lang){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user