Disable auto-posting when the thread 404s.
This commit is contained in:
parent
c94b08c1ab
commit
e58cbc8897
@ -1282,6 +1282,7 @@
|
||||
if (g.dead) {
|
||||
value = 404;
|
||||
disabled = true;
|
||||
qr.cooldown.auto = false;
|
||||
} else {
|
||||
value = qr.cooldown.seconds || data.progress || value;
|
||||
}
|
||||
|
||||
@ -923,6 +923,7 @@ qr =
|
||||
if g.dead
|
||||
value = 404
|
||||
disabled = true
|
||||
qr.cooldown.auto = false
|
||||
else
|
||||
# do not cancel `value = 'Loading'` once the cooldown is over
|
||||
value = qr.cooldown.seconds or data.progress or value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user