Advanced Quick Reply 1.0.0
: 24 czerwca 2009, 16:55
Kod: Zaznacz cały
Open: styles/prosiver/template/editor.js
Find
Tip: This may be a partial find and not the whole line.
Code:Select All
textarea.focus();
baseHeight = doc.selection.createRange().duplicate().boundingHeight;
Replace With
Tip: Replace the preceding line(s) to find with the following lines.
Code:Select All
//Removed by Quick Reply
//textarea.focus();
baseHeight = doc.selection.createRange().duplicate().boundingHeight;
Kod: Zaznacz cały
//Removed by Quick Reply
//textarea.focus();
}
baseHeight = doc.selection.createRange().duplicate().boundingHeight;