diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-03-16 17:46:26 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-03-16 17:46:26 +0000 |
commit | 27054964feba44e82589fb6b8c464c59b9420feb (patch) | |
tree | a3ce2adc91cfc0044c92f58b03364542f45e8727 /view/msg-header.tpl | |
parent | 75823c23539fd009a6575dc125258afa7ce2bbc8 (diff) | |
download | volse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.tar.gz volse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.tar.bz2 volse-hubzilla-27054964feba44e82589fb6b8c464c59b9420feb.zip |
Forgot to remove a debug line
Diffstat (limited to 'view/msg-header.tpl')
-rwxr-xr-x | view/msg-header.tpl | 1 |
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); |