supporter: Fix redundant no_shipping id.
This commit is contained in:
		
							parent
							
								
									619bc033bc
								
							
						
					
					
						commit
						7842ca6c57
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -90,7 +90,7 @@ $(document).ready(function() { | |||
|     $('input[name=on0]:radio').change(function() { | ||||
|         var input=$(this); | ||||
|         var tShirtSelector = input.parent().children('.t-shirt-size-selector') | ||||
|         var noShippingSelector = input.parent().children('input#no_shipping'); | ||||
|         var noShippingSelector = input.parent().children('input[name=no_shipping]'); | ||||
|         var value = input.val(); | ||||
|         if (value == "wantGiftYes") { | ||||
|             tShirtSelector.show(); | ||||
|  |  | |||
|  | @ -69,7 +69,7 @@ | |||
|             <input type="hidden" name="cmd" value="_xclick" /> | ||||
|             <input type="hidden" name="business" value="supporter@sfconservancy.org" /> | ||||
|             <input type="hidden" name="item_name" value="Conservancy Supporter, Annual" /> | ||||
|             <input id="no_shipping" type="hidden" name="no_shipping" value="0" /> | ||||
|             <input type="hidden" name="no_shipping" value="0" /> | ||||
|   <label for="amount"><strong>Amount:</strong> $</label> | ||||
|   <input id="amount" type="number" name="amount" size="7" min="{{ minimum_amount }}" value="{{ minimum_amount }}" /> | ||||
|   <span id="error" class="form-error-show">$120 is a minimum for Conservancy | ||||
|  | @ -131,7 +131,7 @@ | |||
|             <input type="hidden" name="item_name" value="Conservancy Supporter, Monthly" /> | ||||
|             <input type="hidden" name="return" value="https://sfconservancy.org/supporter/thank-you.html" /> | ||||
|             <input type="hidden" name="cmd" value="_xclick-subscriptions"> | ||||
|             <input id="no_shipping" type="hidden" name="no_shipping" value="0" /> | ||||
|             <input type="hidden" name="no_shipping" value="0" /> | ||||
|             <input type="hidden" name="lc" value="US"> | ||||
|             <input type="hidden" name="no_note" value="1"> | ||||
|             <input type="hidden" name="t3" value="M" /> | ||||
|  | @ -197,7 +197,7 @@ | |||
|             <input type="hidden" name="cmd" value="_xclick" /> | ||||
|             <input type="hidden" name="business" value="supporter@sfconservancy.org" /> | ||||
|             <input type="hidden" name="item_name" value="Conservancy Supporter, Annual Renewal" /> | ||||
|             <input id="no_shipping" type="hidden" name="no_shipping" value="0" /> | ||||
|             <input type="hidden" name="no_shipping" value="0" /> | ||||
|   <label for="amount"><strong>Amount:</strong> $</label> | ||||
|   <input id="amount" type="number" name="amount" size="7" min="120" value="120" /> | ||||
|   <span id="error" class="form-error-show">$120 is a minimum for Conservancy | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Brett Smith
						Brett Smith