Difference between revisions of "MediaWiki:Common.js/sources.js"

(Replaced content with '→‎Any JavaScript here will be loaded for all users on all edit pages.: //<source lang="javascript"> if (isTesting == true) { alert('testing'); } //</source>')
m
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on all edit pages. */
+
/* Any JavaScript here will be loaded for all users on the upload page. */
 
//<source lang="javascript">
 
//<source lang="javascript">
  

Revision as of 14:29, 17 April 2010

/* Any JavaScript here will be loaded for all users on the upload page. */
//<source lang="javascript">

if (isTesting == true) {
  alert('testing');
}

//</source>