MediaWiki:Gadget-checkboxList.js: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
(Created page with "$(function () { if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); } })")
 
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:14, 17 October 2024

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