mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed file overlay icon
This commit is contained in:
parent
ec50105e34
commit
d2dc50fe8e
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ class InputWaiter {
|
||||||
*/
|
*/
|
||||||
resetFileThumb() {
|
resetFileThumb() {
|
||||||
const fileThumb = document.getElementById("input-file-thumbnail");
|
const fileThumb = document.getElementById("input-file-thumbnail");
|
||||||
fileThumb.src = require("../static/images/file-128x128.png");
|
fileThumb.src = require("../static/images/file-128x128.png").default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue