Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 13:54:11 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 13:54:11 +0400
commitc7933d7a78433f026bd4344667f6d4b270bfef15 (patch)
tree874e799b3ec3ecdcc2ea8784804880ea648ed9e4 /app/views/layouts/_flash.html.haml
parent1afd93ee1a91232a14353c0fdcecd6ee7d4b3402 (diff)
Bootstrap: team
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r--app/views/layouts/_flash.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml
index 4011485c55d..5139aed498c 100644
--- a/app/views/layouts/_flash.html.haml
+++ b/app/views/layouts/_flash.html.haml
@@ -10,7 +10,7 @@
$("#flash_container").click(function(){
$(this).slideUp("slow");
});
- setTimeout("hideFlash()",2000);
+ setTimeout("hideFlash()",3000);
});
function hideFlash(){