summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 5537bf8..1adc9da 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -32,7 +32,7 @@
else {
var next = progressBarWidth(percent,fullWidth);
}
- $element.find('#bar').animate({ width:next }, 30000);
+ $element.find('#bar').animate({ width:next }, 3000);
}, 3000);
};
function checksmiles () {