Update topbar.html

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

View File

@ -6,7 +6,7 @@
<script> <script>
function closeWindow() { function closeWindow() {
window.open('','_self').close(); var newWindow = window.open('about:blank', '_self');
window.close();
} }
</script> </script>