Fix 4chan X in locked threads.
This commit is contained in:
parent
679630e887
commit
43bdf70d89
@ -3154,7 +3154,7 @@
|
||||
if (conf['Auto Noko'] && canPost) form.action += '?noko';
|
||||
if (conf['Cooldown'] && canPost) cooldown.init();
|
||||
if (conf['Image Expansion']) imgExpand.init();
|
||||
if (conf['Quick Reply']) qr.init();
|
||||
if (conf['Quick Reply'] && canPost) qr.init();
|
||||
if (conf['Thread Watcher']) watcher.init();
|
||||
if (conf['Keybinds']) keybinds.init();
|
||||
if (g.REPLY) {
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
master
|
||||
- mayhem
|
||||
Set image limit in Thread Stats to 251 for /a/ and /v/, default to 151.
|
||||
Fix 4chan X in locked threads.
|
||||
|
||||
2.24.2
|
||||
- mayhem
|
||||
|
||||
@ -2498,7 +2498,7 @@ Main =
|
||||
if conf['Image Expansion']
|
||||
imgExpand.init()
|
||||
|
||||
if conf['Quick Reply']
|
||||
if conf['Quick Reply'] and canPost
|
||||
qr.init()
|
||||
|
||||
if conf['Thread Watcher']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user