Forgot to remove a debug line

This commit is contained in:
Tobias Hößl 2012-03-16 17:46:26 +00:00
parent 75823c2353
commit 27054964fe

View file

@ -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);