Single nav.init().
This commit is contained in:
parent
5e0f808e71
commit
eb8daa7b43
@ -3151,10 +3151,10 @@
|
||||
if (conf['Quick Reply']) qr.init();
|
||||
if (conf['Thread Watcher']) watcher.init();
|
||||
if (conf['Keybinds']) keybinds.init();
|
||||
if (conf['Reply Navigation'] || conf['Index Navigation']) nav.init();
|
||||
if (g.REPLY) {
|
||||
if (conf['Thread Updater']) updater.init();
|
||||
if (conf['Thread Stats']) threadStats.init();
|
||||
if (conf['Reply Navigation']) nav.init();
|
||||
if (conf['Post in Title']) titlePost.init();
|
||||
if (conf['Unread Count']) unread.init();
|
||||
if (conf['Quick Reply'] && conf['Persistent QR'] && canPost) {
|
||||
@ -3165,7 +3165,6 @@
|
||||
if (conf['Thread Hiding']) threadHiding.init();
|
||||
if (conf['Thread Expansion']) expandThread.init();
|
||||
if (conf['Comment Expansion']) expandComment.init();
|
||||
if (conf['Index Navigation']) nav.init();
|
||||
}
|
||||
nodes = $$('.op, a + table');
|
||||
_ref = g.callbacks;
|
||||
|
||||
@ -2498,6 +2498,9 @@ Main =
|
||||
if conf['Keybinds']
|
||||
keybinds.init()
|
||||
|
||||
if conf['Reply Navigation'] or conf['Index Navigation']
|
||||
nav.init()
|
||||
|
||||
if g.REPLY
|
||||
if conf['Thread Updater']
|
||||
updater.init()
|
||||
@ -2505,9 +2508,6 @@ Main =
|
||||
if conf['Thread Stats']
|
||||
threadStats.init()
|
||||
|
||||
if conf['Reply Navigation']
|
||||
nav.init()
|
||||
|
||||
if conf['Post in Title']
|
||||
titlePost.init()
|
||||
|
||||
@ -2529,9 +2529,6 @@ Main =
|
||||
if conf['Comment Expansion']
|
||||
expandComment.init()
|
||||
|
||||
if conf['Index Navigation']
|
||||
nav.init()
|
||||
|
||||
|
||||
nodes = $$ '.op, a + table'
|
||||
for callback in g.callbacks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user