mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Remove obsolete line from displayFilesAsHTML
This commit is contained in:
parent
bbc93af2ae
commit
6cc5806486
1 changed files with 0 additions and 1 deletions
|
@ -1005,7 +1005,6 @@ var Utils = {
|
||||||
return html;
|
return html;
|
||||||
};
|
};
|
||||||
|
|
||||||
var Utils = this;
|
|
||||||
var html = "<div style='padding: 5px;'>" +
|
var html = "<div style='padding: 5px;'>" +
|
||||||
files.length +
|
files.length +
|
||||||
" file(s) found</div>\n";
|
" file(s) found</div>\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue