Fix initial text
This commit is contained in:
parent
206825a0ef
commit
cc0e31aa20
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function savePatch(ev) {
|
|||
|
||||
function restorePatch() {
|
||||
let text = document.getElementById("patch")
|
||||
text.value = localStorage["UF2_PATCH"]
|
||||
text.value = localStorage["UF2_PATCH"] || ""
|
||||
document.getElementById("apply").onclick = applyPatch
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue