×
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:
window.addEventListener('load', function () {
setTimeout(() => {
   var x = document.getElementById("myaudio");  
   var x = document.getElementById("myaudio");  
x.play();
x.play();
})
}, 2000);

Revision as of 23:53, 27 September 2021

setTimeout(() => {
  var x = document.getElementById("myaudio"); 
x.play();
}, 2000);
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. 🇩🇪)