Difference between revisions of "MediaWiki:Common.js"

From
Jump to: navigation, search
Line 1: Line 1:
 
/* Any JavaScript here will be loaded for all users on every page load. */
 
/* Any JavaScript here will be loaded for all users on every page load. */
let randstring = (Math.random() + 1).toString(36).substring(0);
+
document.getElementById('jstest').innerHTML = "gówno nasrane"
document.getElementById('jstest').innerHTML = randstring.toString()
 

Revision as of 23:28, 14 February 2022

/* Any JavaScript here will be loaded for all users on every page load. */
document.getElementById('jstest').innerHTML = "gówno nasrane"