ActionList: Difference between revisions
No edit summary |
No edit summary |
||
Line 152: | Line 152: | ||
$(function (mw) { | $(function (mw) { | ||
mw.loader.using( ['jquery'] ).then( function () { | mw.loader.using( ['jquery'] ).then( function () { | ||
$.getScript("https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js", function() { | $.getScript("https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js", function() { | ||
if ( $( "#actions" ).length ) { | if ( $( "#actions" ).length ) { | ||
Line 184: | Line 183: | ||
}); | }); | ||
}); | }); |
Revision as of 19:08, 5 November 2022