# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1398283818 -7200 # Wed Apr 23 22:10:18 2014 +0200 # Branch extradoc # Node ID ca5bf8248220aa41169e62682651c21c0ccd2acb # Parent f1702dc129f0a128e8f8a4f16bb7947ba4f67d91 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>