From cef497bb79983ebd630e34eda6c77783ee8de8ec Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 21 May 2010 18:43:57 +0200 Subject: [PATCH] positionTimeMarker() might have removed the time marker. --- kronolith/js/kronolith.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 5ecb2adaf..7d160df26 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -327,6 +327,8 @@ KronolithCore = { this.calculateRowSizes(loc + 'Sizes', 'kronolithView' + locCap); if ($('kronolithTimeMarker')) { this.positionTimeMarker(); + } + if ($('kronolithTimeMarker')) { $('kronolithTimeMarker').show(); } } -- 2.11.0