Difference between revisions of "MediaWiki:Common.js"

From
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: function gowno(){ alert("To jest test") }")
 
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. */
function gowno(){
+
document.getElementById(jstest).innerHTML = "sram"
alert("To jest test")
 
}
 

Revision as of 12:18, 13 February 2022

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