From bc9198a522ad28186c4079a87367de45894ff720 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sat, 4 Feb 2017 12:23:53 +0100
Subject: [PATCH] Extend default message time

---
 scipost/static/scipost/assets/js/scripts.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scipost/static/scipost/assets/js/scripts.js b/scipost/static/scipost/assets/js/scripts.js
index b79dcd2ae..b3c0ab7ce 100644
--- a/scipost/static/scipost/assets/js/scripts.js
+++ b/scipost/static/scipost/assets/js/scripts.js
@@ -4,6 +4,6 @@ function hide_all_alerts() {
 
 
 $(function(){
-    // Remove all alerts in screen automatically after 4sec.
-    setTimeout(function() {hide_all_alerts()}, 4000);
+    // Remove all alerts in screen automatically after 10sec.
+    setTimeout(function() {hide_all_alerts()}, 10000);
 });
-- 
GitLab