mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Lint
This commit is contained in:
parent
291ebd5c12
commit
715f7bbbc2
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ class RecipeWaiter {
|
|||
reader.onload = function (e) {
|
||||
targ.value = e.target.result;
|
||||
// Trigger floating label move
|
||||
const changeEvent = new Event('change');
|
||||
const changeEvent = new Event("change");
|
||||
targ.dispatchEvent(changeEvent);
|
||||
window.dispatchEvent(self.manager.statechange);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue