forked from leftypol/leftypol
give OPs IDs
This commit is contained in:
parent
1edaea309b
commit
62b7e02050
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ function citeReply(id, with_link) {
|
|||
if (typeof $ != 'undefined') {
|
||||
var select = document.getSelection().toString();
|
||||
if (select) {
|
||||
var body = $('#reply_' + id).find('div.body'); // TODO: support for OPs
|
||||
var body = $('#reply_' + id + ', #op_' + id).find('div.body'); // TODO: support for OPs
|
||||
var index = body.text().indexOf(select.replace('\n', '')); // for some reason this only works like this
|
||||
if (index > -1) {
|
||||
textarea.value += '>' + select + '\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue