Don't overwrite .kronolithToday in year view.
authorJan Schneider <jan@horde.org>
Thu, 11 Feb 2010 17:53:55 +0000 (18:53 +0100)
committerJan Schneider <jan@horde.org>
Thu, 11 Feb 2010 18:01:49 +0000 (19:01 +0100)
kronolith/js/kronolith.js

index 51c8d7b..0052864 100644 (file)
@@ -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')) {