From 162353b5e04d6255ff7ec9f056e2fcc55179c7ab Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 10 Apr 2018 19:13:57 +0200 Subject: [PATCH] increase timeout of noty error --- views/bootstrap/class.Indexer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php index 9c850df45..2ef1c4bee 100644 --- a/views/bootstrap/class.Indexer.php +++ b/views/bootstrap/class.Indexer.php @@ -82,11 +82,11 @@ function check_queue() { $('#status_'+data.data).html(''); noty({ text: data.message, - type: (data.success) ? 'success' : 'error', + type: 'error', dismissQueue: true, layout: 'topRight', theme: 'defaultTheme', - timeout: 1500, + timeout: 25000, }); } },