aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rwxr-xr-xview/msg-header.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/msg-header.tpl b/view/msg-header.tpl
index 1f8650bfe..b1fcefd24 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);