File diff c9a6ca02348f → be9ec7c6375b
www/conservancy/static/donate/index.html
Show inline comments
...
 
@@ -14,15 +14,12 @@
 
  its <a href="/members/current/">member projects</a>.  Donation links for these
 
  directed donation programs can found on the individual websites
 
  of our <a href="/members/current/">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>
 
 
 
<script type="text/javascript"> 
 
function validateAmount(amount){
 
	if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
 
		return true;
 
	}else{
 
		alert('You must enter a valid donation.');