removed old code

This commit is contained in:
Ulf Gebhardt 2015-09-18 02:14:53 +02:00
parent 9e8b4a0448
commit f179eef5e9

View File

@ -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){