diff --git a/js/jquery.cuteTime.js b/js/jquery.cuteTime.js index dbd514e..17a071d 100644 --- a/js/jquery.cuteTime.js +++ b/js/jquery.cuteTime.js @@ -462,7 +462,7 @@ **********************************************************************************/ function date_value(the_date) { - var the_value; + var the_value, new_date; if ((new_date = toISO8601(the_date)) != null) { the_value = new_date.valueOf();