Fixed options input bug
This commit is contained in:
parent
3255d23ddf
commit
9476b6acf6
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ window.addEventListener("load", () => {
|
||||||
};
|
};
|
||||||
reader.readAsText(restoreInput.files.item(0));
|
reader.readAsText(restoreInput.files.item(0));
|
||||||
}
|
}
|
||||||
restoreInput.reset();
|
restoreInput.value = "";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue