MediaWiki:FileUploadWizard.js: Difference between revisions
Content deleted Content added
you need to escape the double braces, otherwise it simply moves the problem elsewhere - like a redlinked template |
replace jquery.isDomElement(), apparently no longer supported |
||
Line 1,695:
}
else {
alert("Element not found: " + (
}
}
Line 1,714:
}
}
} catch (e) { alert("Element not found: " + (
}
Line 2,399:
// ========================================================
function fuwGet(target) {
if (
else {
var found = $('#' + target);
|