fix opening channels

remotes/1693176582716663532/tmp_refs/heads/watchparty
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>
function go_to(e, link) {
if (e.target.type != "submit")
window.open('{{link}}', '_blank');
window.open(link, '_blank');
}
</script>