aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/layout.html')
-rw-r--r--budget/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html
index 8858150..2b7c11e 100644
--- a/budget/templates/layout.html
+++ b/budget/templates/layout.html
@@ -12,7 +12,7 @@
$(".flash").fadeOut("slow", function () {
$(".flash").remove();
});
- }, 2000);
+ }, 4000);
$("body").bind("click", function(e) {
$("ul.menu-dropdown").hide();
$('a.menu').parent("li").removeClass("open").children("ul.menu-dropdown").hide();