From c97325f6e87e86bccd652864bd28a2228afae846 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 17 Jan 2011 13:34:46 +0000 Subject: [PATCH] quiz MDL-25722 get rid of annoying alerts when quiz is in 'secure' mode. See http://moodle.org/mod/forum/discuss.php?d=165772, where people have tried out this fix and found that it works. --- mod/quiz/module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/quiz/module.js b/mod/quiz/module.js index 39dfb10b5dd..6d3b4757a01 100644 --- a/mod/quiz/module.js +++ b/mod/quiz/module.js @@ -195,7 +195,6 @@ M.mod_quiz.secure_window = { // Left click on a button or similar. No worries. return; } - alert(M.str.quiz.functiondisabledbysecuremode); e.halt(); },