# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1412315590 -7200 # Fri Oct 03 07:53:10 2014 +0200 # Branch extradoc # Node ID 670e0f995b99a0988af1d57d60a7b53ef7b840ad # Parent 715f67776563b0fb5da6cf4adba70c871bb8e03d update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ <script> $(function() { $("#progressbar").progressbar({ - value: 54.7 + value: 55.0 }); }); </script> <!-- Income:PyPy:Donations:Py3k / 0.95 --> - $57384 of $105000 (54.7%) + $57748 of $105000 (55.0%) <div id="progressbar"> </div> diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -9,13 +9,13 @@ <script> $(function() { $("#progressbar").progressbar({ - value: 83.1 + value: 83.7 }); }); </script> <!-- Income:PyPy:Donations:Numpy / 0.95 --> - $49869 of $60000 (83.1%) + $50205 of $60000 (83.7%) <div id="progressbar"> </div> diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ <script> $(function() { $("#progressbar").progressbar({ - value: 20.3 + value: 23.8 }); }); </script> @@ -17,7 +17,7 @@ 2nd call: <!-- Income:PyPy:Donations:Transactional Memory from April 8, 2014, divided by 0.9 --> - $16253 of $80000 (20.3%) + $19037 of $80000 (23.8%) <div id="progressbar"> </div>