projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee81937
)
Don't overwrite .kronolithToday in year view.
author
Jan Schneider
<jan@horde.org>
Thu, 11 Feb 2010 17:53:55 +0000
(18:53 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 11 Feb 2010 18:01:49 +0000
(19:01 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
51c8d7b
..
0052864
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-1181,7
+1181,7
@@
KronolithCore = {
case 'year':
td = $('kronolithYear' + date);
- td.
className = ''
;
+ td.
removeClassName('kronolithHasEvents').removeClassName('kronolithIsBusy')
;
if (title) {
td.writeAttribute('title', title).addClassName('kronolithHasEvents');
if (td.readAttribute('nicetitle')) {