mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user