Skip to content
Snippets Groups Projects
Unverified Commit a6c82eb0 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix index: remove onclick event dialog-close-button


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 08c28f4e
No related branches found
No related tags found
No related merge requests found
...@@ -227,12 +227,6 @@ WIN: [ Alt ] + [ c ]" accesskey="c" onclick="copyOutput()">Copy output field [c] ...@@ -227,12 +227,6 @@ WIN: [ Alt ] + [ c ]" accesskey="c" onclick="copyOutput()">Copy output field [c]
</div> </div>
</main> </main>
<script> <script>
// Error messages dialog
const dialog = document.getElementById("dialog");
const closeButtonDialog = document.querySelector("dialog button");
closeButtonDialog.addEventListener("click", () => {
dialog.close();
});
// disable form for input file // disable form for input file
checkInputFile(); checkInputFile();
checkOutputFile(); checkOutputFile();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment