Difference between revisions of "MediaWiki:Common.js"

From MadaCamp
Jump to: navigation, search
Line 2: Line 2:
  
 
var RecaptchaOptions = {
 
var RecaptchaOptions = {
     theme : 'clean'
+
     theme : 'white'
 
  };
 
  };

Revision as of 15:20, 15 March 2009

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

var RecaptchaOptions = {
    theme : 'white'
 };