×
Create a new article
Write your page title here:
We currently have 1,665 articles on The Quelmar Wiki. Type your article name above or click on one of the titles below and start writing!



The Quelmar Wiki

MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
document.addEventListener("DOMContentLoaded", () => {
function Bebop(){
console.log("OK 3 2 1 Let's Jam");  
console.log("OK 3 2 1 Let's Jam");  
var x = document.getElementById("myaudio");  
var x = document.getElementById("myaudio");  
x.play();});
x.play();  
}
 
document.addEventListener("DOMContentLoaded", Bebop);

Revision as of 00:02, 28 September 2021

function Bebop(){
	console.log("OK 3 2 1 Let's Jam"); 
	var x = document.getElementById("myaudio"); 
	x.play(); 
}

document.addEventListener("DOMContentLoaded", Bebop);
Cookies help us deliver our services. By using our services, you agree to our use of cookies. (Hi Margarita's Table. 🇩🇪)
Cookies help us deliver our services. By using our services, you agree to our use of cookies. (Hi Margarita's Table. 🇩🇪)