mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-16 08:58:30 +01: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 + "%";
|
fileLoaded.textContent = inputData.progress + "%";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.setInputInfo(inputData.size, null);
|
||||||
this.displayFilePreview(inputData);
|
this.displayFilePreview(inputData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue