aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/progressbar/download.html')
-rw-r--r--demos/progressbar/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html
index bb42ca91e..c35d47333 100644
--- a/demos/progressbar/download.html
+++ b/demos/progressbar/download.html
@@ -69,7 +69,7 @@
progressbar.progressbar( "value", val + Math.floor( Math.random() * 3 ) );
if ( val <= 99 ) {
- progressTimer = setTimeout( progress, 100 );
+ progressTimer = setTimeout( progress, 50 );
}
}