From 5b43cec95a20257ec378e87b7790bfc8416e45b3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Jun 2014 22:07:08 +0200 Subject: [PATCH] Added support for multi-line comments --- wcfsetup/install/files/js/WCF.Comment.js | 56 +++++++++++------------ wcfsetup/install/files/js/WCF.js | 11 +++++ wcfsetup/install/files/style/comment.less | 18 ++++---- 3 files changed, 48 insertions(+), 37 deletions(-) diff --git a/wcfsetup/install/files/js/WCF.Comment.js b/wcfsetup/install/files/js/WCF.Comment.js index 60aafbaa3c..9092c85ed3 100644 --- a/wcfsetup/install/files/js/WCF.Comment.js +++ b/wcfsetup/install/files/js/WCF.Comment.js @@ -330,8 +330,8 @@ WCF.Comment.Handler = Class.extend({ // create UI this._commentAdd = $('
  • ' + this._userAvatar + '
  • ').prependTo(this._container); var $inputContainer = this._commentAdd.children('div'); - var $input = $('').appendTo($inputContainer); - $('' + WCF.Language.get('wcf.comment.description') + '').appendTo($inputContainer); + var $input = $('