MediaWiki:Gadget-checkboxList.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
(One intermediate revision 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'); | |||
}) | } | ||
}); | |||
}); |