Merge pull request #368 from MayhemYDG/master
Do the backlinks after quote inlining/previewing.
This commit is contained in:
commit
f9c8d13ccd
@ -3083,15 +3083,15 @@
|
||||
if (conf['Report Button']) {
|
||||
reportButton.init();
|
||||
}
|
||||
if (conf['Quote Backlinks']) {
|
||||
quoteBacklink.init();
|
||||
}
|
||||
if (conf['Quote Inline']) {
|
||||
quoteInline.init();
|
||||
}
|
||||
if (conf['Quote Preview']) {
|
||||
quotePreview.init();
|
||||
}
|
||||
if (conf['Quote Backlinks']) {
|
||||
quoteBacklink.init();
|
||||
}
|
||||
if (conf['Indicate OP quote']) {
|
||||
quoteOP.init();
|
||||
}
|
||||
|
||||
@ -2337,15 +2337,15 @@ Main =
|
||||
if conf['Report Button']
|
||||
reportButton.init()
|
||||
|
||||
if conf['Quote Backlinks']
|
||||
quoteBacklink.init()
|
||||
|
||||
if conf['Quote Inline']
|
||||
quoteInline.init()
|
||||
|
||||
if conf['Quote Preview']
|
||||
quotePreview.init()
|
||||
|
||||
if conf['Quote Backlinks']
|
||||
quoteBacklink.init()
|
||||
|
||||
if conf['Indicate OP quote']
|
||||
quoteOP.init()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user