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