[FIX] by popular demand, warnings are not sticky anymore
authorChristophe Simonis <chs@openerp.com>
Mon, 5 Dec 2011 11:20:03 +0000 (12:20 +0100)
committerChristophe Simonis <chs@openerp.com>
Mon, 5 Dec 2011 11:20:03 +0000 (12:20 +0100)
bzr revid: chs@openerp.com-20111205112003-3j6fbtvgcuhhf7jg

addons/web/static/src/js/chrome.js

index f10ee93..a74de46 100644 (file)
@@ -30,8 +30,6 @@ openerp.web.Notification =  openerp.web.Widget.extend(/** @lends openerp.web.Not
         this.$element.notify('create', 'oe_notification_alert', {
             title: title,
             text: text
-        }, {
-            expires: false
         });
     }