Fix #189
This commit is contained in:
parent
7c9d54792a
commit
d9023a6bf1
@ -84,7 +84,7 @@ DeleteLink =
|
|||||||
delete DeleteLink.cooldown.counting
|
delete DeleteLink.cooldown.counting
|
||||||
return
|
return
|
||||||
DeleteLink.cooldown.counting = post
|
DeleteLink.cooldown.counting = post
|
||||||
length = 30
|
length = 60
|
||||||
seconds = Math.ceil (length * $.SECOND - (Date.now() - post.info.date)) / $.SECOND
|
seconds = Math.ceil (length * $.SECOND - (Date.now() - post.info.date)) / $.SECOND
|
||||||
DeleteLink.cooldown.count post, seconds, length, node
|
DeleteLink.cooldown.count post, seconds, length, node
|
||||||
count: (post, seconds, length, node) ->
|
count: (post, seconds, length, node) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user