Fixed undefined variable syntax error.
This commit is contained in:
parent
03901a6dab
commit
b5a263ab90
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ class App.OnlineNotificationWidget extends App.Controller
|
||||||
@updateHeight()
|
@updateHeight()
|
||||||
|
|
||||||
# mark all notifications as read
|
# mark all notifications as read
|
||||||
|
notificationsContainer = $('.js-notificationsContainer')
|
||||||
notificationsContainer.find('.js-markAllAsRead').on('click', (e) =>
|
notificationsContainer.find('.js-markAllAsRead').on('click', (e) =>
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
@markAllAsRead()
|
@markAllAsRead()
|
||||||
|
|
Loading…
Reference in a new issue