Restored original file
authorAlexander Ebert <ebert@woltlab.com>
Wed, 8 Jul 2015 09:04:37 +0000 (11:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 8 Jul 2015 09:04:37 +0000 (11:04 +0200)
wcfsetup/install/files/js/3rdParty/redactor/redactor.js

index f3dc12ac1588a93430fddb6c6cfcaca6b757b434..922f5d2be147bde41e6840c14eee43f3bf0beb20 100644 (file)
                                        else
                                        {
                                                this.$textarea.height(height).show().focus();
-                                               console.debug(height);
-                                               console.debug(this.$textarea[0].outerHTML);
                                                this.$textarea.on('keydown.redactor-textarea-indenting', this.code.textareaIndenting);
 
                                                $(window).scrollTop(scroll);