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: " + ($.isDomElement(!!tg && !!tg.nodeType) ? tg.id : tg));
}
}
Line 1,714:
}
}
} catch (e) { alert("Element not found: " + ($.isDomElement(!!tg && !!tg.nodeType) ? tg.id : tg)); }
}
 
Line 2,399:
// ========================================================
function fuwGet(target) {
if ($.isDomElement(!!target) && !!target.nodeType) return target;
else {
var found = $('#' + target);