MediaWiki:Common.js: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(test)
(ready)
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. */


alert('TEST');
$(document).ready(function() {
 
  $.getScript("/ageVerify/ageVerify.js", function(){});
$.getScript("/ageVerify/ageVerify.js", function(){});
});

Revision as of 08:53, 8 February 2016

/* Any JavaScript here will be loaded for all users on every page load. */

$(document).ready(function() {
   $.getScript("/ageVerify/ageVerify.js", function(){});
});