Monotone-Parent: a9acd9019d1a4eac616803c0f5ee8fe8af50cf15

Monotone-Revision: f344a8f89281014e1cb44ad2830da364e111324e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-27T21:58:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-27 21:58:36 +00:00
parent 5447d83d4b
commit 9b58554ca0
6 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ function assignCalendar(name) {
}
function popupCalendar(node) {
var nodeId = node.getAttribute("inputId");
var nodeId = $(node).readAttribute("inputId");
var input = $(nodeId);
input.calendar.popup();