From: Alexander Ebert Date: Sun, 27 Aug 2017 11:49:14 +0000 (+0200) Subject: Fixed responses for dynamically loaded comments X-Git-Tag: 3.1.0_Alpha_2~21 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c4756dd23617dccbb501eca68663bdb4c94c6e2;p=GitHub%2FWoltLab%2FWCF.git Fixed responses for dynamically loaded comments Fixes #2402 --- 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(); }, /**