From 1bcf3e70deeac061db0450587668af442cbc6bc5 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 13 Apr 2015 13:00:32 +0200 Subject: minor fixes --- views/predict.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/predict.haml') 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 () { -- cgit v1.2.3