diff options
Diffstat (limited to 'httemplate/elements/calendar.js')
-rw-r--r-- | httemplate/elements/calendar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/calendar.js b/httemplate/elements/calendar.js index 3c028cc76..9503f3957 100644 --- a/httemplate/elements/calendar.js +++ b/httemplate/elements/calendar.js @@ -10,7 +10,7 @@ * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html */ -// $Id: calendar.js,v 1.3 2003-11-07 10:53:35 ivan Exp $ +// $Id: calendar.js,v 1.1.2.2 2003-11-07 10:53:36 ivan Exp $ /** The Calendar object constructor. */ Calendar = function (mondayFirst, dateStr, onSelected, onClose) { |