User:Marco/common.js: Difference between revisions

From IIFQ
(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:
window.alert("animatedMap gadget loaded");
var conf = mw.config.get([
'wgAllowUserJs'
]);


//mw.loader.using(['animatedMap']).then(function () {
window.alert($conf);
//};

Latest revision as of 04:45, 10 January 2024

var conf = mw.config.get([
	'wgAllowUserJs'
]);

window.alert($conf);