MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
trying something
fix
Line 402: Line 402:
TODO: Make suitable for multiple scripts. Or figure out a better way to do this.
TODO: Make suitable for multiple scripts. Or figure out a better way to do this.
*/
*/
if ( inlineScriptWhenReady ) {
if ( typeof inlineScriptWhenReady !== 'undefined') {
inlineScriptWhenReady();
inlineScriptWhenReady();
}
}