Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r490:ca5bf8248220
Date: 2014-04-23 22:10 +0200
http://bitbucket.org/pypy/pypy.org/changeset/ca5bf8248220/

Log:    Oups, forgot to update the value here too

diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,7 +9,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 44.3
+      value: 48.3
    });
   });
 </script>
diff --git a/don3.html b/don3.html
--- a/don3.html
+++ b/don3.html
@@ -9,7 +9,7 @@
 <script>
   $(function() {
     $("#progressbar").progressbar({
-      value: 76.5
+      value: 79.6
    });
   });
 </script>
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to