Difference between revisions of "MediaWiki:Common.js"

From Ryzom Commons

Jump to: navigation, search
m (Replaced content with 'Any JavaScript here will be loaded for all users on every page load.: uploadDesc = document.getElementById( 'wpUploadDescription' ); uploadDesc.value="test";')
m
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. */
uploadDesc = document.getElementById( 'wpUploadDescription' );
+
uploadDesc = document.getElementById('wpUploadDescription');
uploadDesc.value="test";
 

Revision as of 03:25, 30 May 2010

/* Any JavaScript here will be loaded for all users on every page load. */
uploadDesc = document.getElementById('wpUploadDescription');