Skip to content

Commit

Permalink
quiz MDL-25722 get rid of annoying alerts when quiz is in 'secure' mode.
Browse files Browse the repository at this point in the history
See http://moodle.org/mod/forum/discuss.php?d=165772, where people have tried out this fix and found that it works.
  • Loading branch information
timhunt committed Jan 17, 2011
1 parent 5a7f931 commit c97325f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/quiz/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},

Expand Down

0 comments on commit c97325f

Please sign in to comment.