positionTimeMarker() might have removed the time marker.
authorJan Schneider <jan@horde.org>
Fri, 21 May 2010 16:43:57 +0000 (18:43 +0200)
committerJan Schneider <jan@horde.org>
Fri, 21 May 2010 16:43:57 +0000 (18:43 +0200)
kronolith/js/kronolith.js

index 5ecb2ad..7d160df 100644 (file)
@@ -327,6 +327,8 @@ KronolithCore = {
                                     this.calculateRowSizes(loc + 'Sizes', 'kronolithView' + locCap);
                                     if ($('kronolithTimeMarker')) {
                                         this.positionTimeMarker();
+                                    }
+                                    if ($('kronolithTimeMarker')) {
                                         $('kronolithTimeMarker').show();
                                     }
                                 }