From af13dc6775a9ced0f86e26ca7131c40a41c07fe1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Mon, 6 Aug 2018 13:25:58 +0200 Subject: [PATCH] Remove superfluous options See #2508 --- .../files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js index 1bd56a00f4..e68e9c4e52 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js @@ -43,14 +43,10 @@ define( this._cache = new Dictionary(); this._options = Core.extend({ - // permissions - canReact: false, - canReactToOwnContent: false, - canViewReactions: false, - // selectors summaryListSelector: '.reactionSummaryList', containerSelector: '', + isSingleItem: false, // optional parameters parameters: { -- 2.20.1