(Created page with "window.alert("animatedMap gadget loaded"); //mw.loader.using(['animatedMap']).then(function () { //};") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
var conf = mw.config.get([ | |||
'wgAllowUserJs' | |||
]); | |||
window.alert($conf); | |||
Latest revision as of 04:45, 10 January 2024
var conf = mw.config.get([ 'wgAllowUserJs' ]); window.alert($conf);