diff --git a/src/view.js b/src/view.js index 69ba9e34..358b2aa3 100644 --- a/src/view.js +++ b/src/view.js @@ -221,6 +221,8 @@ my.DataExplorer = Backbone.View.extend({ } if (this.state.get('currentView')) { this.updateNav(this.state.get('currentView')); + } else { + this.updateNav(this.pageViews[0].id); } this.router = new Backbone.Router();