Merge branch 'master' into gh-pages

This commit is contained in:
Rufus Pollock 2012-04-16 21:06:12 +01:00
commit 7ee34f98e9

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