From 5c4756dd23617dccbb501eca68663bdb4c94c6e2 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 27 Aug 2017 13:49:14 +0200 Subject: [PATCH] Fixed responses for dynamically loaded comments Fixes #2402 --- wcfsetup/install/files/js/WCF.Comment.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.Comment.js b/wcfsetup/install/files/js/WCF.Comment.js index acd0bdf073..0e6bf13afa 100644 --- a/wcfsetup/install/files/js/WCF.Comment.js +++ b/wcfsetup/install/files/js/WCF.Comment.js @@ -946,6 +946,8 @@ WCF.Comment.Handler = Class.extend({ this._permalinkComment = null; } } + + this._initComments(); }, /** -- 2.20.1