MDL-37514 mod_quiz: fix trailing whitespace

This commit is contained in:
Dan Poltawski 2013-04-22 14:20:58 +01:00
parent bd166e618f
commit 83a9917314

View File

@ -95,7 +95,7 @@ M.mod_quiz.timer = {
update: function() {
var Y = M.mod_quiz.timer.Y;
var secondsleft = Math.floor((M.mod_quiz.timer.endtime - new Date().getTime())/1000);
// If time has expired, set the hidden form field that says time has expired and submit
if (secondsleft < 0) {
M.mod_quiz.timer.stop(null);