From: Tobias Hößl Date: Fri, 16 Mar 2012 17:46:26 +0000 (+0000) Subject: Forgot to remove a debug line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27054964feba44e82589fb6b8c464c59b9420feb;p=friendica.git Forgot to remove a debug line --- diff --git a/view/msg-header.tpl b/view/msg-header.tpl index 1f8650bfe3..b1fcefd247 100755 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -32,7 +32,6 @@ if(plaintext != 'none') { ed.pasteAsPlainText = true; var editorId = ed.editorId; var textarea = $('#'+editorId); - console.log(textarea); if (typeof(textarea.attr('tabindex')) != "undefined") { $('#'+editorId+'_ifr').attr('tabindex', textarea.attr('tabindex')); textarea.attr('tabindex', null);