Change the MD5 Quick Filter button from a trash can to an X.

This commit is contained in:
ccd0 2017-07-27 21:22:11 -07:00
parent 75197ca79e
commit 79fc741f7c

View File

@ -52,7 +52,7 @@ FileInfo =
<%= html('<span class="fnswitch"><span class="fntrunc">${shortname}</span><span class="fnfull">${fullname}</span></span>') %>
N: -> <%= html('${this.file.name}') %>
d: -> <%= html('<a href="${this.file.url}" download="${this.file.name}" class="fa fa-download download-button"></a>') %>
f: -> <%= html('<a href="javascript:;" class="fa fa-trash-o quick-filter-md5"></a>') %>
f: -> <%= html('<a href="javascript:;" class="fa fa-times quick-filter-md5"></a>') %>
p: -> <%= html('?{this.file.isSpoiler}{Spoiler, }') %>
s: -> <%= html('${this.file.size}') %>
B: -> <%= html('${Math.round(this.file.sizeInBytes)} Bytes') %>