Notification message removed Test txt
authorLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:31:01 +0000 (18:31 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 10 Mar 2014 17:31:01 +0000 (18:31 +0100)
ui/templates/messages-transient-header.html

index 0c292e7..b0c6691 100644 (file)
@@ -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 %}