Update topbar.html

This commit is contained in:
Adil Sadqi 2023-03-31 23:25:41 +00:00 committed by GitHub
parent 6c7a8ccdb3
commit 5130fe64d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<script> <script>
function closeWindow() { function closeWindow() {
window.close(); window.open('','_self').close();
} }
</script> </script>