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=c79b3c894ec8a08686ae4978e5375c15ec6f2cbf;hp=0c292e74bc6903526de3490b8860cea5757e1679;hpb=a0149650c8519c69236da8b58720eb94393c8307;p=myslice.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 %}