Author: Maciej Fijalkowski <[email protected]>
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>
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit