From 83a9917314c6768641b6ee742bc50b224181ad7f Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 22 Apr 2013 14:20:58 +0100 Subject: [PATCH] MDL-37514 mod_quiz: fix trailing whitespace --- mod/quiz/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/module.js b/mod/quiz/module.js index c3aa3824884..76ccbc40251 100644 --- a/mod/quiz/module.js +++ b/mod/quiz/module.js @@ -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);