add report buttons before backlinking
the backlink container's root will hit more often on the first try
This commit is contained in:
parent
260e9a804f
commit
90fe5b74e3
@ -2592,6 +2592,9 @@
|
|||||||
if (form && $.config('Quick Reply')) {
|
if (form && $.config('Quick Reply')) {
|
||||||
qr.init();
|
qr.init();
|
||||||
}
|
}
|
||||||
|
if ($.config('Report Button')) {
|
||||||
|
reportButton.init();
|
||||||
|
}
|
||||||
if ($.config('Quote Backlinks')) {
|
if ($.config('Quote Backlinks')) {
|
||||||
quoteBacklink.init();
|
quoteBacklink.init();
|
||||||
}
|
}
|
||||||
@ -2604,9 +2607,6 @@
|
|||||||
if ($.config('Indicate OP quote')) {
|
if ($.config('Indicate OP quote')) {
|
||||||
quoteOP.init();
|
quoteOP.init();
|
||||||
}
|
}
|
||||||
if ($.config('Report Button')) {
|
|
||||||
reportButton.init();
|
|
||||||
}
|
|
||||||
if ($.config('Thread Watcher')) {
|
if ($.config('Thread Watcher')) {
|
||||||
watcher.init();
|
watcher.init();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2017,6 +2017,9 @@ main =
|
|||||||
if form and $.config 'Quick Reply'
|
if form and $.config 'Quick Reply'
|
||||||
qr.init()
|
qr.init()
|
||||||
|
|
||||||
|
if $.config 'Report Button'
|
||||||
|
reportButton.init()
|
||||||
|
|
||||||
if $.config 'Quote Backlinks'
|
if $.config 'Quote Backlinks'
|
||||||
quoteBacklink.init()
|
quoteBacklink.init()
|
||||||
|
|
||||||
@ -2029,9 +2032,6 @@ main =
|
|||||||
if $.config 'Indicate OP quote'
|
if $.config 'Indicate OP quote'
|
||||||
quoteOP.init()
|
quoteOP.init()
|
||||||
|
|
||||||
if $.config 'Report Button'
|
|
||||||
reportButton.init()
|
|
||||||
|
|
||||||
if $.config 'Thread Watcher'
|
if $.config 'Thread Watcher'
|
||||||
watcher.init()
|
watcher.init()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user