From e44331d3aad122a646460996e8bc1a5302863ec1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 8 Dec 2016 23:40:27 +0100 Subject: [PATCH] use detachChildView instead of reset Signed-off-by: Christoph Wurst --- js/views/appview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {