[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:
parent
3ef664fe77
commit
9e08d6109b
@ -57,8 +57,8 @@ var ExplorerApp = Backbone.View.extend({
|
||||
// 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 (reload) {
|
||||
this.dataExplorer.router.navigate('graph');
|
||||
this.dataExplorer.router.navigate('', true);
|
||||
// this.dataExplorer.router.navigate('graph');
|
||||
// this.dataExplorer.router.navigate('', true);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user