Add file count to displayFilesAsHTML
This commit is contained in:
parent
c67957da81
commit
6b8ab2bf16
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user