mirror of
https://github.com/gchq/CyberChef
synced 2026-01-10 20:43:17 +00:00
Add file count to displayFilesAsHTML
This commit is contained in:
@@ -978,7 +978,9 @@ var Utils = {
|
||||
};
|
||||
|
||||
var Utils = this;
|
||||
var html = "";
|
||||
var html = "<div style='padding: 5px;'>" +
|
||||
files.length +
|
||||
" file(s) found</div>\n";
|
||||
files.forEach(function(file, i) {
|
||||
if (typeof file.contents !== "undefined") {
|
||||
html += formatFile(file, i);
|
||||
|
||||
Reference in New Issue
Block a user