projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48baa1
)
positionTimeMarker() might have removed the time marker.
author
Jan Schneider
<jan@horde.org>
Fri, 21 May 2010 16:43:57 +0000
(18:43 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 21 May 2010 16:43:57 +0000
(18:43 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
5ecb2ad
..
7d160df
100644
(file)
--- 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();
}
}