Change the MD5 Quick Filter button from a trash can to an X.
This commit is contained in:
parent
75197ca79e
commit
79fc741f7c
@ -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') %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user