From 40ad10b45f88b735eab942f4f605b3503aca0325 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 15 Aug 2013 20:38:05 +0200 Subject: [PATCH] set time of splash message default for error message is now 3000 ms unless it is overritten by 'duration' parameter --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 689618569..312dec47d 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -77,7 +77,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);; dismissQueue: true, layout: 'topRight', theme: 'defaultTheme', - timeout: 1500, + timeout: , _template: '
' });