[app][xs]: comment out router stuff which was obsoleted by last commit and is causing problems with online version of app.
This commit is contained in:
@@ -57,8 +57,8 @@ var ExplorerApp = Backbone.View.extend({
|
|||||||
// HACK (a bit). Issue is that Backbone will not trigger the route
|
// HACK (a bit). Issue is that Backbone will not trigger the route
|
||||||
// if you are already at that location so we have to make sure we genuinely switch
|
// if you are already at that location so we have to make sure we genuinely switch
|
||||||
if (reload) {
|
if (reload) {
|
||||||
this.dataExplorer.router.navigate('graph');
|
// this.dataExplorer.router.navigate('graph');
|
||||||
this.dataExplorer.router.navigate('', true);
|
// this.dataExplorer.router.navigate('', true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user