mirror of
https://github.com/gchq/CyberChef
synced 2025-03-13 21:36:56 +00:00
Display file size in header
This commit is contained in:
parent
919c3fd999
commit
722edcc274
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ class InputWaiter {
|
|||
fileLoaded.textContent = inputData.progress + "%";
|
||||
}
|
||||
|
||||
this.setInputInfo(inputData.size, null);
|
||||
this.displayFilePreview(inputData);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue