From b393489b3cdcedf646ffcf01a03ccd6f601f148f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Mon, 6 Aug 2018 14:18:02 +0200 Subject: [PATCH] Remove superfluous parameters See #2508 --- .../install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js index 274e65ce64..d203f34731 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js @@ -49,10 +49,6 @@ define( this._popover = null; this._options = Core.extend({ - // permissions - canReact: false, - canReactToOwnContent: false, - // selectors buttonSelector: '.reactButton', containerSelector: '', -- 2.20.1