mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Display file size in header
This commit is contained in:
parent
919c3fd999
commit
722edcc274
@ -383,6 +383,7 @@ class InputWaiter {
|
||||
fileLoaded.textContent = inputData.progress + "%";
|
||||
}
|
||||
|
||||
this.setInputInfo(inputData.size, null);
|
||||
this.displayFilePreview(inputData);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user