From 3bd29609d3f70e418aab9f64a142512ea6ac70c0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 13 Nov 2009 12:16:38 +0100 Subject: [PATCH] Only reset this.view if we are really closing the view. --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, /** -- 2.11.0