summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 1adc9da..5537bf8 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 }, 3000);
+ $element.find('#bar').animate({ width:next }, 30000);
}, 3000);
};
function checksmiles () {