MediaWiki:Gadget-checkboxList.js: Difference between revisions
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 |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
$(function () { | mw.loader.using(['jquery.ui'], function() { | ||
$(function () { | |||
if ($("ul.checklist, div.checklist > ul").length) { | |||
mw.loader.load('ext.gadget.checkboxList-core'); | |||
}) | } | ||
}); | |||
}); |