Fixed a bug

This commit is contained in:
Simon Martens
2022-11-10 02:13:19 +01:00
parent 4f3581ee6a
commit 6d4d584fff

View File

@@ -49,7 +49,6 @@
} }
</fieldset> </fieldset>
@section JavaScript {
<script> <script>
const USESubmit = async function (oFormElement, file = null) { const USESubmit = async function (oFormElement, file = null) {
let fd = new FormData(oFormElement); let fd = new FormData(oFormElement);
@@ -81,5 +80,4 @@
document.getElementById("ha-filelistoutput").textContent = e; document.getElementById("ha-filelistoutput").textContent = e;
}) })
} }
</script> </script>
}