Ghost/ghost/admin/controllers/settings
Jason Williams 383b657e7e Prevent stacking notifications during rapid toggle
No issue
-Call notifications.closePassive after the resolution of the
 promise that generates the notifications. Otherwise multiple
 promises can stack up after notifications have been cleared,
 which results in a bunch of stacked notifications.
-Remove some unnecessary propagation of rejected promises from
 action handlers that can result in unhandled reject errors.
2014-07-02 03:42:27 +00:00
..
app.js Close notifications on user action properly. 2014-06-25 16:56:09 +00:00
general.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
user.js Persistent notifications 2014-07-01 11:36:21 +02:00