From b5e68a945345e9e5abaf2bf2168f109777404269 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 16 Nov 2019 23:15:05 +0100 Subject: [PATCH] increase display time for noty --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c15974b3..acc2f4ef 100644 --- a/templates/base.html +++ b/templates/base.html @@ -93,7 +93,7 @@ type: '{{ category }}', theme: 'nest', text: '{{ message }}', - timeout: 2000, + timeout: 3000, progressBar: false }).show();