Skip to content

Commit

Permalink
Merge pull request #659 from LeXofLeviafan/new-tab-fix
Browse files Browse the repository at this point in the history
[bukuserver] New tab bug fix
  • Loading branch information
jarun authored Jan 7, 2023
2 parents 11654e6 + a9e9ef8 commit 11cef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bukuserver/templates/bukuserver/lib.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endmacro %}

{% macro close_if_popup() %}
<script>close(); /* closes if in popup window */</script>
<script>opener && (opener !== window) && close()</script>
{% endmacro %}

{% macro limit_navigation_if_popup() %}
Expand Down

0 comments on commit 11cef65

Please sign in to comment.