diff --git a/app/js/app.js b/app/js/app.js index ab6f4dc4..53e447b0 100755 --- a/app/js/app.js +++ b/app/js/app.js @@ -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); } },