From dca43304a63968dc4315a230750777fa428542cb Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 10 Mar 2014 18:31:01 +0100 Subject: [PATCH] Notification message removed Test txt --- ui/templates/messages-transient-header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/templates/messages-transient-header.html b/ui/templates/messages-transient-header.html index 0c292e74..b0c6691c 100644 --- a/ui/templates/messages-transient-header.html +++ b/ui/templates/messages-transient-header.html @@ -23,10 +23,10 @@ $(function(){ $(document).ready(function(){ {% for message in messages %} $("#notifications").notify("create", { - title: 'Test Notification', + title: 'Notification', text: '{{ message }}' },{ - expires: false, + expires: true, speed: 1000 }); {% endfor %} -- 2.47.0