Update ReadAllNotificationsButton.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-01 19:41:06 +02:00 committed by GitHub
parent e4aa31adb7
commit f4c35139dd
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class ReadAllNotificationsButton {
load () {}
start () {
var that = this;
var readButton = $(this.RANbuttonMarkup);
$(readButton).insertBefore(".guild-separator")
.on("click", "#RANbutton", this.clearAllReadNotifications.bind(this));