post.isDead is false by default, not absent.
This commit is contained in:
parent
efb896414a
commit
56fb01add1
@ -226,7 +226,7 @@ class Post
|
|||||||
# XXX Workaround for 4chan's racing condition
|
# XXX Workaround for 4chan's racing condition
|
||||||
# giving us false-positive dead posts.
|
# giving us false-positive dead posts.
|
||||||
resurrect: ->
|
resurrect: ->
|
||||||
delete @isDead
|
@isDead = false
|
||||||
$.rmClass @nodes.root, 'deleted-post'
|
$.rmClass @nodes.root, 'deleted-post'
|
||||||
strong = $ 'strong.warning', @nodes.info
|
strong = $ 'strong.warning', @nodes.info
|
||||||
# no false-positive files
|
# no false-positive files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user