01-12-2020, 01:08 PM
Haven't done an in-depth look or anything, so this could easily be the wrong tree to bark up. But taking a glance through Thread.multiquote's code, I notice this line:
or something similar to it (may not be exact), problem is there are no elements that have that exact ID. There's plenty of multiquote_link_pid elements that are anchors, maybe that's what's intended?
And maybe it's just my browser's syntax highlighting freaking out, but it seems to think the function ends after it sets the multiquote cookie, and that everything after is just an orphaned code block with no place to call home. Wish I could help more but sadly I should probably stop using this to procrastinate right about now lol.
But yeah, most important thing: quoting does not work for the moment.
Code:
var mquote_a=$("#multiquote_"+pid).closest('a');
or something similar to it (may not be exact), problem is there are no elements that have that exact ID. There's plenty of multiquote_link_pid elements that are anchors, maybe that's what's intended?
And maybe it's just my browser's syntax highlighting freaking out, but it seems to think the function ends after it sets the multiquote cookie, and that everything after is just an orphaned code block with no place to call home. Wish I could help more but sadly I should probably stop using this to procrastinate right about now lol.
But yeah, most important thing: quoting does not work for the moment.