summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-04-13 13:00:32 +0200
committergebele <gebele@in-silico.ch>2015-04-13 13:00:32 +0200
commit1bcf3e70deeac061db0450587668af442cbc6bc5 (patch)
tree2dbcd47f19ba031a04c55642df57388f48ca536e /views/predict.haml
parentcf0c31cc1aa895698cafde93878637243bf4d4e4 (diff)
minor fixes
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 () {