MediaWiki:Gadget-checkboxList.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
$(function () {
$(function () { if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); }})
if ($("ul.checklist, div.checklist > ul").length) {
mw.loader.load( 'ext.gadget.checkboxList-core' );
}
})

Latest revision as of 17:14, 17 October 2024

$(function () {
	if ($("ul.checklist, div.checklist > ul").length) {
		mw.loader.load( 'ext.gadget.checkboxList-core' );
	}
})