ActionList: Difference between revisions
No edit summary |
No edit summary |
||
Line 150: | Line 150: | ||
<script> | <script> | ||
$(function () { | $(function (mw) { | ||
mw.loader.using( ['jquery'] ).then( function () { | mw.loader.using( ['jquery'] ).then( function () { | ||
$.getScript("https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js", function() { | $.getScript("https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js", function() { | ||
Line 188: | Line 188: | ||
}); | }); | ||
}()); | }(mw)); | ||
</script> | </script> | ||
<style> | <style> |
Revision as of 19:07, 5 November 2022