From: Joshua Rüsweg Date: Sun, 22 Jul 2018 19:00:57 +0000 (+0200) Subject: Fix wrong summaryListSelector X-Git-Tag: 5.2.0_Alpha_1~364^2~101^2~67 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=761818f1160613ac0607c92f55949dbc2eb9b3cf;p=GitHub%2FWoltLab%2FWCF.git Fix wrong summaryListSelector See #2508 --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js index 18f278506d..951b729e0b 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js @@ -75,7 +75,7 @@ define( // selectors containerSelector: this._options.containerSelector, - summaryListSelector: this._options.summarySelector + summaryListSelector: '.reactionSummaryList' }); },