[pypy-commit] pypy.org extradoc: Update the $$.

arigo noreply at buildbot.pypy.org
Fri Apr 20 12:08:45 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r355:a497f05d778b
Date: 2012-04-20 12:08 +0200
http://bitbucket.org/pypy/pypy.org/changeset/a497f05d778b/

Log:	Update the $$.

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,12 +9,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 41.4
+      value: 41.5
    });
   });
 </script>
 
-   $43438 of $105000 (41.4%)
+   $43563 of $105000 (41.5%)
    <div id="progressbar">
    </div>
 
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -9,12 +9,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 73.5
+      value: 74.2
    });
   });
 </script>
 
-   $44099 of $60000 (73.5%)
+   $44502 of $60000 (74.2%)
    <div id="progressbar">
    </div>
 
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,12 +9,12 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 3.8
+      value: 13.5
    });
   });
 </script>
 
-   $1925 of $50400 (3.8%)
+   $6791 of $50400 (13.5%)
    <div id="progressbar">
    </div>
 


More information about the pypy-commit mailing list