This commit is contained in:
seaweedchan 2013-09-21 00:15:45 -07:00
parent 7c9d54792a
commit d9023a6bf1

View File

@ -84,7 +84,7 @@ DeleteLink =
delete DeleteLink.cooldown.counting
return
DeleteLink.cooldown.counting = post
length = 30
length = 60
seconds = Math.ceil (length * $.SECOND - (Date.now() - post.info.date)) / $.SECOND
DeleteLink.cooldown.count post, seconds, length, node
count: (post, seconds, length, node) ->