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 772931b30..8ec15336d 100644 --- a/httemplate/elements/calendar.js +++ b/httemplate/elements/calendar.js @@ -10,7 +10,7 @@ * Public License, as long as you do not remove or alter this notice. */ -// $Id: calendar.js,v 1.2 2003-09-30 08:23:15 ivan Exp $ +// $Id: calendar.js,v 1.1.2.1 2003-09-30 08:23:13 ivan Exp $ /** The Calendar object constructor. */ Calendar = function (mondayFirst, dateStr, onSelected, onClose) { |