Update topbar.html
This commit is contained in:
parent
5130fe64d3
commit
3af90bd871
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue