From 1d245c9a47fad7bfee0e67183bcc27df960d4793 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 15 Mar 2010 23:39:03 +0100 Subject: [PATCH] Something is going wrong with the history when loading apps, but this at least improves it a bit. --- 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 737ca23ee..c5c5fa015 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -458,6 +458,7 @@ KronolithCore = { break; case 'app': + this.addHistory(fullloc); this.closeView('iframe'); var app = locParts.shift(); if (data) { @@ -466,7 +467,6 @@ KronolithCore = { this.iframeContent(Kronolith.conf.app_urls[app]); } this.updateMinical(this.date); - this.addHistory(fullloc); this.view = 'iframe'; break; } -- 2.11.0