Forgot to remove a debug line
This commit is contained in:
parent
75823c2353
commit
27054964fe
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue