aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hößl <tobias@hoessl.eu>2012-03-16 17:46:26 +0000
committerTobias Hößl <tobias@hoessl.eu>2012-03-16 17:46:26 +0000
commit27054964feba44e82589fb6b8c464c59b9420feb (patch)
treea3ce2adc91cfc0044c92f58b03364542f45e8727
parent75823c23539fd009a6575dc125258afa7ce2bbc8 (diff)
downloadvolse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.tar.gz
volse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.tar.bz2
volse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.zip
Forgot to remove a debug line
-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);