From: Jan Schneider Date: Fri, 13 Nov 2009 11:16:38 +0000 (+0100) Subject: Only reset this.view if we are really closing the view. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3bd29609d3f70e418aab9f64a142512ea6ac70c0;p=horde.git Only reset this.view if we are really closing the view. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 5dd8de51a..c71f9d6a9 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -458,8 +458,8 @@ KronolithCore = { }); if (this.view && this.view != loc) { $('kronolithView' + this.view.capitalize()).fade({ 'queue': 'end' }); + this.view = null; } - this.view = null; }, /**