diff --git a/js/views/appview.js b/js/views/appview.js index a3aa904081..1662d56fb4 100644 --- a/js/views/appview.js +++ b/js/views/appview.js @@ -221,7 +221,7 @@ define(function(require) { showSidebarLoading: function() { $('#app-navigation').addClass('icon-loading'); if (this.navigation.getChildView('accounts')) { - this.navigation.getChildView('accounts').reset(); + this.navigation.detachChildView('accounts'); } }, showSidebarAccounts: function() {