X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fmessages-transient-header.html;fp=ui%2Ftemplates%2Fmessages-transient-header.html;h=b0c6691cbee0c807b7bdc233bc551d60e453e2ac;hb=dca43304a63968dc4315a230750777fa428542cb;hp=0c292e74bc6903526de3490b8860cea5757e1679;hpb=38ca8bee088b6955b9999f1021e6291ba403b492;p=unfold.git 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 %}