Author: Maciej Fijalkowski <[email protected]>
Branch: extradoc
Changeset: r278:711a769c80c1
Date: 2011-10-06 03:31 +0200
http://bitbucket.org/pypy/pypy.org/changeset/711a769c80c1/

Log:    update progress bar

diff --git a/donate1.html b/donate1.html
--- a/donate1.html
+++ b/donate1.html
@@ -7,12 +7,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 1.8
+      value: 3.1
    });
   });
 </script>
 
-   $1974 of $105000 (1.8%)
+   $3286 of $105000 (3.1%)
    <div id="progressbar">
    </div>
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to