Fix quoting the OP didn't select the thread ID.
This commit is contained in:
parent
18898b825c
commit
734eeae827
@ -1379,7 +1379,7 @@
|
||||
if (e != null) e.preventDefault();
|
||||
qr.open();
|
||||
if (!g.REPLY) {
|
||||
$('select', qr.el).value = $.x('ancestor::div', this).firstChild.id;
|
||||
$('select', qr.el).value = $.x('ancestor::div[@class="thread"]', this).firstChild.id;
|
||||
}
|
||||
id = this.previousElementSibling.hash.slice(1);
|
||||
text = ">>" + id + "\n";
|
||||
|
||||
@ -1023,7 +1023,7 @@ qr =
|
||||
e?.preventDefault()
|
||||
qr.open()
|
||||
unless g.REPLY
|
||||
$('select', qr.el).value = $.x('ancestor::div', @).firstChild.id
|
||||
$('select', qr.el).value = $.x('ancestor::div[@class="thread"]', @).firstChild.id
|
||||
|
||||
# Make sure we get the correct number, even with XXX censors
|
||||
id = @previousElementSibling.hash[1..]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user