MediaWiki:Gadget-checkboxList.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
mw.loader.using(['jquery.ui'], function() { | mw.loader.using(['jquery.ui'], function() { | ||
$(function () { | $(function () { | ||
if ($("ul.checklist, div.checklist > ul").length) { | |||
mw.loader.load('ext.gadget.checkboxList-core'); | |||
} | |||
}) | }); | ||
}); |