Preventing regression of quote bug
authorAlexander Ebert <ebert@woltlab.com>
Fri, 26 Jul 2013 17:31:42 +0000 (19:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 26 Jul 2013 17:31:42 +0000 (19:31 +0200)
wcfsetup/install/files/js/WCF.Message.js

index 4a5ac2c4bbf18fc22d863f2fb6786f8c1e60d5f9..467f9a65edf80afac749e16e9e4651b56f1ec33d 100644 (file)
@@ -646,6 +646,7 @@ WCF.Message.QuickReply = Class.extend({
         */
        init: function(supportExtendedForm, quoteManager) {
                this._container = $('#messageQuickReply');
+               this._container.children('.message').addClass('jsInvalidQuoteTarget');
                this._messageField = $('#text');
                this._pendingSave = false;
                if (!this._container || !this._messageField) {