Disable auto-posting when the thread 404s.

This commit is contained in:
Nicolas Stepien 2012-01-26 06:50:53 +01:00
parent c94b08c1ab
commit e58cbc8897
2 changed files with 2 additions and 0 deletions

View File

@ -1282,6 +1282,7 @@
if (g.dead) {
value = 404;
disabled = true;
qr.cooldown.auto = false;
} else {
value = qr.cooldown.seconds || data.progress || value;
}

View File

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