[pypy-commit] pypy.org extradoc: Oups, forgot to update the value here too

arigo noreply at buildbot.pypy.org
Wed Apr 23 22:10:21 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
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>


More information about the pypy-commit mailing list