Monotone-Parent: c861ff04806417d509b5ef6af62ca318e9627b1f

Monotone-Revision: 57ab60b3a3a179042115ec92eeabf44470945a9c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-18T17:19:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-18 17:19:05 +00:00
parent c402989dde
commit 361e31b642
2 changed files with 3 additions and 3 deletions

View File

@@ -990,7 +990,7 @@ function selectYearInMenu(menu, month) {
var entries = menu.childNodes[1].childNodes;
for (i = 0; i < entries.length; i++) {
var entry = entries[i];
if (entry instanceof HTMLLIElement) {
if (entry.tagName == "LI") {
var entryMonth = entry.innerHTML;
if (entryMonth == month)
entry.addClassName("currentMonth");