mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Files can now be moved from the output to the input
This commit is contained in:
parent
a0aa363203
commit
e81122739b
4 changed files with 27 additions and 24 deletions
|
@ -84,7 +84,7 @@ InputWaiter.prototype.setFile = function(file) {
|
|||
fileOverlay.style.display = "block";
|
||||
fileName.textContent = file.name;
|
||||
fileSize.textContent = file.size.toLocaleString() + " bytes";
|
||||
fileType.textContent = file.type;
|
||||
fileType.textContent = file.type || "unknown";
|
||||
fileLoaded.textContent = "0%";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue