File diff fb12fb03de31 → 2d3b73f33cd0
www/conservancy/static/donate/index.html
Show inline comments
...
 
@@ -15,13 +15,13 @@
 
  directed donation programs can found on the individual websites
 
  of our <a href="/members/">members</a>.</p>
 

	
 
<h3>Donate via Google Checkout (including Visa, Mastercard, AMEX, or Discover)</h3>
 

	
 
<p>Donating via Google Checkout puts more of your donation to work, since
 
  Google charges no checkout fees to 501(c)(3) organizations like ours!.</p>
 
  Google charges no checkout fees to 501(c)(3) organizations like ours!</p>
 
 
 
<script type="text/javascript"> 
 
function validateAmount(amount){
 
	if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
 
		return true;
 
	}else{