Difference between revisions of "MediaWiki:Common.js"
Wiselowadmin (talk | contribs) (Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: document.getElementById('jstest').innerHTML = 'gówno'") (Tag: Replaced) |
Wiselowadmin (talk | contribs) |
||
| 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. */ | ||
| − | document.getElementById('jstest').innerHTML = | + | let litera = (Math.random() + 1).toString(36).substring(7); |
| + | document.getElementById('jstest').innerHTML = litera | ||
Revision as of 08:16, 19 February 2022
/* Any JavaScript here will be loaded for all users on every page load. */
let litera = (Math.random() + 1).toString(36).substring(7);
document.getElementById('jstest').innerHTML = litera