From: Alexander Ebert Date: Sun, 8 Apr 2018 17:59:34 +0000 (+0200) Subject: Loading responses should not open the reply box X-Git-Tag: 3.1.2~32 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=644b299ebe8e4b39f4a3f02f682509d82441a9f2;p=GitHub%2FWoltLab%2FWCF.git Loading responses should not open the reply box --- diff --git a/wcfsetup/install/files/js/WCF.Comment.js b/wcfsetup/install/files/js/WCF.Comment.js index d6a1630cbd..d00f2b563d 100644 --- a/wcfsetup/install/files/js/WCF.Comment.js +++ b/wcfsetup/install/files/js/WCF.Comment.js @@ -294,11 +294,7 @@ WCF.Comment.Handler = Class.extend({ } } else if (this._loadNextResponses[commentID] !== undefined) { - var $showAddResponse = this._loadNextResponses[commentID].next(); this._loadNextResponses[commentID].remove(); - if ($showAddResponse.length) { - $showAddResponse.trigger('click'); - } } },