Changeset - eea08767d361
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-03 21:20:57
bkuhn@ebb.org
Change default to "no t-shirt".

I suspect some supporters are just accepting the default, so by default,
the t-shirt option will be "No", and supporters will have to
affirmatively chose "Yes".

Thanks to previously committed Javascript hack, users with Javascript
capable browsers should avoid seeing the t-shirt sizing options until
they chose "Yes".
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/supporter-page.js
Show inline comments
...
 
@@ -34,3 +34,3 @@ $(document).ready(function() {
 
    });
 
    $(".t-shirt-size-selector").show();
 
    $(".t-shirt-size-selector").hide();
 
    $('input[name=os1]:radio').change(function() {
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -148,4 +148,4 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <input type="hidden" name="on1" value="wantGift" />
 
                      <input type="radio" checked="checked" name="os1" value="Yes" />Yes
 
                      <input type="radio" name="os1" value="No" />No
 
                      <input type="radio" name="os1" value="Yes" />Yes
 
                      <input type="radio" checked="checked" name="os1" value="No" />No
 
                      <br />
...
 
@@ -202,4 +202,4 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <input type="hidden" name="on1" value="wantGift" />
 
                      <input type="radio" checked="checked" name="os1" value="Yes" />Yes
 
                      <input type="radio" name="os1" value="No" />No
 
                      <input type="radio" name="os1" value="Yes" />Yes
 
                      <input type="radio" checked="checked" name="os1" value="No" />No
 
                      <br />
0 comments (0 inline, 0 general)