Change lifetime to Infinity for now

This commit is contained in:
Rashid Khan 2014-03-25 13:40:47 -07:00
parent 4bb25961bc
commit e983045640

View file

@ -201,7 +201,7 @@ define(function (require) {
content: formatMsg(msg, this.from),
icon: 'warning',
title: 'Warning',
lifetime: 7000,
lifetime: Infinity,
actions: ['accept']
}, cb);
};
@ -217,7 +217,7 @@ define(function (require) {
content: formatMsg(msg),
icon: 'info-circle',
title: 'Debug',
lifetime: 7000,
lifetime: Infinity,
actions: ['accept']
}, cb);
};