From: Loic Baron Date: Mon, 10 Mar 2014 17:31:01 +0000 (+0100) Subject: Notification message removed Test txt X-Git-Tag: myslice-1.1~208^2~1 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=dca43304a63968dc4315a230750777fa428542cb Notification message removed Test txt --- 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 %}