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