MediaWiki:Resources/landingpage.js: Difference between revisions

Content deleted Content added
some minor cleanup, formatting
create a donationForm object to avoid putting everything in global
Line 1:
<html>
<script>
donationForm = {};
 
function getQuerystring( key ) {
key = key.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' );