[pypy-commit] pypy.org extradoc: update progress bar

fijal noreply at buildbot.pypy.org
Thu Oct 6 03:31:58 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
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>
 


More information about the pypy-commit mailing list