[pypy-commit] pypy.org extradoc: update numbers

fijal noreply at buildbot.pypy.org
Thu Nov 3 22:04:20 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r289:a86881b1306a
Date: 2011-11-03 22:04 +0100
http://bitbucket.org/pypy/pypy.org/changeset/a86881b1306a/

Log:	update numbers

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -8,12 +8,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 4.1
+      value: 4.2
    });
   });
 </script>
 
-   $4321 of $105000 (4.1%)
+   $4369 of $105000 (4.2%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -8,12 +8,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 2.9
+      value: 4.2
    });
   });
 </script>
 
-   $1750 of $60000 (2.9%)
+   $2567 of $60000 (4.2%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list