Notification message removed Test txt
[unfold.git] / 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 %}