Changeset - ee7aa6257abb
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-02 22:55:34
bkuhn@ebb.org
Updated percentage based on today's PayPal donations.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -13,7 +13,7 @@
 

	
 
<script type="text/javascript">
 
  $(document).ready(function() {
 
    $("#progressbar").progressbar({ value: (5385 / 75000) * 100 });
 
    $("#progressbar").progressbar({ value: (6175 / 75000) * 100 });
 

	
 
    $('.toggle-content').hide();
 

	
...
 
@@ -139,9 +139,9 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
 
*/
 
</script>
 
-->
 
$5,385 raised toward<br/>
 
$6,175 raised toward<br/>
 
our $75,000 goal.</br>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">7.2%</div>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">8.2%</div>
 
<font style="font-size: 75%">(Progress bar updated daily.)</font>
 
<a id="donate" style="text-decoration:none"></a>
 
<h3>Help us reach our goal:</h3>
0 comments (0 inline, 0 general)