Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r288:6aecc698aa56
Date: 2011-10-19 19:22 +0200
http://bitbucket.org/pypy/pypy.org/changeset/6aecc698aa56/

Log:    add numbers to numpy as well

diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -5,6 +5,20 @@
     <a href="#" onclick="numpy_donate(); return false;"><b>Donate towards 
NumPy in pypy</b></a><br/>
   </li>
   <li>
+<script>
+  $(function() {
+    $("#progressbar").progressbar({
+      value: 2.9
+   });
+  });
+</script>
+
+   $1750 of $60000 (2.9%)
+   <div id="progressbar">
+   </div>
+
+  </li>
+  <li>
     <span id="donate_text">This donation will go towards supporting NumPy in 
PyPy <a href="numpydonate.html">Read proposal</a>
   </li>
   <li>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to