Trying to fix Safari bug (NaN).

This commit is contained in:
julmis 2004-06-03 12:45:38 +00:00
parent 6f4d8ece46
commit b15f577dad
2 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,7 @@
var timesup = "<?php print_string("timesup","quiz");?>";
var quizclose = <?php echo ($quiz->timeclose - time()) - $timerstartvalue; ?>; // in seconds
var quizTimerValue = <? echo $timerstartvalue; ?>; // in seconds
parseInt(quizTimerValue);
// -->
</script>
<script language="javascript" type="text/javascript" src="timer.js"></script>