MediaWiki:Common.js: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 141: Line 141:




jQuery( document ).ready(function() {
$( document ).ready(function() {
   alert("Hello! I am an alert box!!");
   alert("Hello! I am an alert box!!");
});
});