diff --git a/www/MainView.js b/www/MainView.js index ef52f094..d8f89979 100644 --- a/www/MainView.js +++ b/www/MainView.js @@ -187,7 +187,7 @@ Ext.define('PBS.MainView', { // select treeitem and load page from url fragment, if set let token = Ext.util.History.getToken() || 'pbsDashboard'; - this.redirectTo(token, true); + this.redirectTo(token, { force: true }); }, },