MediaWiki:Gadget-checkboxList.js: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "$(function () { if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); } })") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
⚫ | |||
$(function () { |
|||
⚫ | |||
mw.loader.load( 'ext.gadget.checkboxList-core' ); |
|||
} |
|||
}) |