Fix 4chan X in locked threads.

This commit is contained in:
Nicolas Stepien 2012-01-15 14:55:21 +01:00
parent 679630e887
commit 43bdf70d89
3 changed files with 3 additions and 2 deletions

View File

@ -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) {

View File

@ -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

View File

@ -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']