Fix wrong summaryListSelector
authorJoshua Rüsweg <josh@bastelstu.be>
Sun, 22 Jul 2018 19:00:57 +0000 (21:00 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Sun, 22 Jul 2018 19:00:57 +0000 (21:00 +0200)
See #2508

wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js

index 18f278506ded3a63f5ccab5af5a7fefd76c51425..951b729e0be4fe60b2f62104c3dcffa3fc5744f1 100644 (file)
@@ -75,7 +75,7 @@ define(
                                
                                // selectors
                                containerSelector: this._options.containerSelector,
-                               summaryListSelector: this._options.summarySelector
+                               summaryListSelector: '.reactionSummaryList'
                        });
                },