Skip to content

Commit 5a7880a

Browse files
authored
Remove target='_blank' from QR code link
1 parent 69da774 commit 5a7880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</button>
235235
<div id="menu">
236236
<a class="item" href="#new" target="_blank">New document</a>
237-
<a class="item" id="qr" href="/qr" target="_blank">Generate QR code</a>
237+
<a class="item" id="qr" href="/qr">Generate QR code</a>
238238
<a class="item" href="https://github.com/antonmedv/textarea" target="_blank">GitHub</a>
239239
</div>
240240
<script>

0 commit comments

Comments
 (0)