forked from rDrama/rDrama
1
0
Fork 0

fix opening channels

master
Aevann1 2022-09-23 00:34:34 +02:00
parent 495cc60a26
commit 8abafeec1b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<script> <script>
function go_to(e, link) { function go_to(e, link) {
if (e.target.type != "submit") if (e.target.type != "submit")
window.open('{{link}}', '_blank'); window.open(link, '_blank');
} }
</script> </script>