From 79fc741f7c794276a67a540040aa97c8f07662b6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 27 Jul 2017 21:22:11 -0700 Subject: [PATCH] Change the MD5 Quick Filter button from a trash can to an X. --- src/Miscellaneous/FileInfo.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/FileInfo.coffee b/src/Miscellaneous/FileInfo.coffee index 23d957108..5f8332b6f 100644 --- a/src/Miscellaneous/FileInfo.coffee +++ b/src/Miscellaneous/FileInfo.coffee @@ -52,7 +52,7 @@ FileInfo = <%= html('${shortname}${fullname}') %> N: -> <%= html('${this.file.name}') %> d: -> <%= html('') %> - f: -> <%= html('') %> + f: -> <%= html('') %> p: -> <%= html('?{this.file.isSpoiler}{Spoiler, }') %> s: -> <%= html('${this.file.size}') %> B: -> <%= html('${Math.round(this.file.sizeInBytes)} Bytes') %>