quiz MDL-10128 popup checker no longer requests a non-existent file which was causing messages in server logs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Miscellaneous core Javascript functions for Moodle
|
||||
|
||||
function popupchecker(msg) {
|
||||
var testwindow = window.open('itestwin.html', '', 'width=1,height=1,left=0,top=0,scrollbars=no');
|
||||
var testwindow = window.open('', '', 'width=1,height=1,left=0,top=0,scrollbars=no');
|
||||
if (!testwindow) {
|
||||
alert(msg);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user