ActionList: Difference between revisions
No edit summary |
No edit summary |
||
Line 153: | Line 153: | ||
$(function () { | $(function () { | ||
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() { | ||
if ( $( "#actions" ).length ) { | if ( $( "#actions" ).length ) { | ||
Line 182: | Line 183: | ||
fetch_data(); | fetch_data(); | ||
} | } | ||
}); | |||
}); | }); | ||
Revision as of 19:03, 5 November 2022