[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:
Rufus Pollock 2012-04-16 21:05:40 +01:00
parent 3ef664fe77
commit 9e08d6109b

View File

@ -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);
}
},