mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-41513-Scrollbar_not_working-26' of https://github.com/MorrisR2/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
a69107e549
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ M.mod_quiz.secure_window = {
|
||||||
window.location = 'about:blank';
|
window.location = 'about:blank';
|
||||||
}
|
}
|
||||||
Y.delegate('contextmenu', M.mod_quiz.secure_window.prevent, document, '*');
|
Y.delegate('contextmenu', M.mod_quiz.secure_window.prevent, document, '*');
|
||||||
Y.delegate('mousedown', M.mod_quiz.secure_window.prevent_mouse, document, '*');
|
Y.delegate('mousedown', M.mod_quiz.secure_window.prevent_mouse, 'body', '*');
|
||||||
Y.delegate('mouseup', M.mod_quiz.secure_window.prevent_mouse, document, '*');
|
Y.delegate('mouseup', M.mod_quiz.secure_window.prevent_mouse, 'body', '*');
|
||||||
Y.delegate('dragstart', M.mod_quiz.secure_window.prevent, document, '*');
|
Y.delegate('dragstart', M.mod_quiz.secure_window.prevent, document, '*');
|
||||||
Y.delegate('selectstart', M.mod_quiz.secure_window.prevent, document, '*');
|
Y.delegate('selectstart', M.mod_quiz.secure_window.prevent, document, '*');
|
||||||
Y.delegate('cut', M.mod_quiz.secure_window.prevent, document, '*');
|
Y.delegate('cut', M.mod_quiz.secure_window.prevent, document, '*');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue