Content added Content deleted
|
|
Line 1: |
Line 1: |
|
|
$(function () { |
⚫ |
$(function () { if ($('table.item-drops.filterable').length) { mw.loader.load( 'ext.gadget.dropDisplay-core' ); }}) |
|
|
|
if ($('table.item-drops.filterable').length) { |
|
⚫ |
mw.loader.load( 'ext.gadget.dropDisplay-core' ); |
|
|
} |
|
|
}) |
Latest revision as of 17:14, 17 October 2024
$(function () {
if ($('table.item-drops.filterable').length) {
mw.loader.load( 'ext.gadget.dropDisplay-core' );
}
})