async filling textarea, regenerator
This commit is contained in:
parent
d8c772f182
commit
801d9c3058
4 changed files with 6 additions and 20138 deletions
20137
build/app.js
20137
build/app.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -104,9 +104,6 @@ function ProcessFileObject() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 5. Paste decoded string file to text area
|
// 5. Paste decoded string file to text area
|
||||||
/* document.getElementById("save-area").value = "";
|
|
||||||
document.getElementById("save-area").value = decodedString; */
|
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
document.getElementById("save-area").value = "";
|
document.getElementById("save-area").value = "";
|
||||||
document.getElementById("save-area").value = await decodedString;
|
document.getElementById("save-area").value = await decodedString;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue