From a21fa42762e48ffda30c70386ffd205738d8421c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 14 Jun 2016 12:33:20 +0200 Subject: [PATCH] Removed obsolet code. --- .../app/controllers/widget/online_notification.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/widget/online_notification.coffee b/app/assets/javascripts/app/controllers/widget/online_notification.coffee index 592c01c64..3c153a726 100644 --- a/app/assets/javascripts/app/controllers/widget/online_notification.coffee +++ b/app/assets/javascripts/app/controllers/widget/online_notification.coffee @@ -54,7 +54,6 @@ class App.OnlineNotificationWidget extends App.Controller release: -> $(window).off 'click.notifications' $(window).off 'keydown.notifications' - App.OnlineNotification.unsubscribe(@subscribeId) super access: ->