web/data/cubicweb.calendar.js
branchtls-sprint
changeset 1419 7ff24154351d
parent 0 b97547f5f1fa
child 3096 8ee9529d8367
--- a/web/data/cubicweb.calendar.js	Tue Apr 21 19:20:56 2009 +0200
+++ b/web/data/cubicweb.calendar.js	Wed Apr 22 16:50:46 2009 +0200
@@ -235,7 +235,7 @@
     //      the only way understood by both IE and Mozilla. Otherwise,
     //      IE accepts innerText and mozilla accepts textContent
     var selectedDate = new Date(cal.year, cal.month, cell.innerHTML, 12);
-    var xxx = remote_exec("format_date", toISOTimestamp(selectedDate));
+    var xxx = remoteExec("format_date", toISOTimestamp(selectedDate));
     input.value = xxx;
     cal.hide();
 }