From 9e08d6109b1b2892ac0da82bfec44b18df32cc7f Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Mon, 16 Apr 2012 21:05:40 +0100 Subject: [PATCH] [app][xs]: comment out router stuff which was obsoleted by last commit and is causing problems with online version of app. --- app/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } },