Changeset - 7842ca6c5731
[Not reviewed]
0 2 0
Brett Smith (brett) - 7 years ago 2016-12-31 21:22:52
brett@sfconservancy.org
supporter: Fix redundant no_shipping id.
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/js/conservancy.js
Show inline comments
...
 
@@ -92,3 +92,3 @@ $(document).ready(function() {
 
        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();
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -71,3 +71,3 @@
 
            <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>
...
 
@@ -133,3 +133,3 @@
 
            <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">
...
 
@@ -199,3 +199,3 @@
 
            <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>
0 comments (0 inline, 0 general)