Clear collection of notifications.
This commit is contained in:
parent
d89d6fd3cf
commit
202f0529f9
1 changed files with 1 additions and 1 deletions
|
@ -80,6 +80,6 @@ class App.OnlineNotificationWidget extends App.Controller
|
||||||
|
|
||||||
fetch: =>
|
fetch: =>
|
||||||
load = (items) =>
|
load = (items) =>
|
||||||
App.OnlineNotification.refresh(items)
|
App.OnlineNotification.refresh( items, { clear: true } )
|
||||||
@start()
|
@start()
|
||||||
App.OnlineNotification.fetchFull(load)
|
App.OnlineNotification.fetchFull(load)
|
Loading…
Reference in a new issue