Update progress & note it's only updated monthly.
I've not been on top of updating this, but I'll usually do it at least monthly now.
This commit is contained in:
parent
865a56a6d6
commit
0f00a679a4
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$("#progressbar").progressbar({ value: (65387.25 / 75000) * 100 });
|
||||
$("#progressbar").progressbar({ value: (65721.03 / 75000) * 100 });
|
||||
|
||||
$('.toggle-content').hide();
|
||||
|
||||
|
@ -139,10 +139,10 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
|
|||
*/
|
||||
</script>
|
||||
-->
|
||||
$65,387 raised toward<br/>
|
||||
$65,721 raised toward<br/>
|
||||
our $75,000 goal.</br>
|
||||
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">87.1%</div>
|
||||
<font style="font-size: 75%">(Progress bar updated weekly.)</font>
|
||||
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">87.6%</div>
|
||||
<font style="font-size: 75%">(Progress bar updated monthly.)</font>
|
||||
<a id="donate" style="text-decoration:none"></a>
|
||||
<h3>Help us reach our goal:</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue