From: Jan Schneider Date: Fri, 21 May 2010 16:43:57 +0000 (+0200) Subject: positionTimeMarker() might have removed the time marker. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cef497bb79983ebd630e34eda6c77783ee8de8ec;p=horde.git positionTimeMarker() might have removed the time marker. --- 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(); } }