This commit is contained in:
Mayhem 2013-07-02 21:23:49 +02:00
parent 70daa0352d
commit 48a7837338

View File

@ -44,9 +44,8 @@ DeleteLink =
return if DeleteLink.cooldown.counting is post
$.off @, 'click', DeleteLink.delete
@textContent = "Deleting #{@textContent}..."
fileOnly = $.hasClass @, 'delete-file'
@textContent = "Deleting #{if fileOnly then 'file' else 'post'}..."
form =
mode: 'usrdel'