mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Build 29038489
This commit is contained in:
parent
83b9b8b9e8
commit
2623eaaa73
12 changed files with 12 additions and 7569 deletions
|
@ -738,7 +738,7 @@ async function openSettingsPanel() {
|
|||
let input: HTMLInputElement = document.createElement("input");
|
||||
input.setAttribute("type", "file");
|
||||
input.setAttribute("id", "save_file_picker");
|
||||
input.setAttribute("accept", ".b71");
|
||||
input.setAttribute("accept", ".b71,.json");
|
||||
input.style.position = "absolute";
|
||||
input.style.left = "-1000px";
|
||||
input.addEventListener("change", async (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue