Skip to content

Commit

Permalink
Merge branch 'MDL-72271_310' of https://github.com/larsbonczek/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_310_STABLE
  • Loading branch information
andrewnicols committed Aug 26, 2021
2 parents 6c4be98 + 1148377 commit c651c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/module.js
Expand Up @@ -286,7 +286,7 @@ M.mod_quiz.secure_window = {
}, '#secureclosebutton');
},

close: function(Y, url, delay) {
close: function(url, delay) {
setTimeout(function() {
if (window.opener) {
window.opener.document.location.reload();
Expand Down

0 comments on commit c651c43

Please sign in to comment.