From 23437d6148bfe01df4c26f57e0f342cc700cb1c4 Mon Sep 17 00:00:00 2001 From: James Downie Date: Mon, 23 Jun 2025 11:32:46 +1000 Subject: [PATCH] Fixed the jitsi link. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f7f728b..88153a0 100755 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ $(document).ready(function () { var url = null; var target = action; if ( action == 'jitsi' ) { - url = 'https://meet.homelabbrisbane.com.au/'; + url = 'https://meet.homelabbrisbane.com.au/hlb'; } if ( action == 'map' ) { url = 'https://www.google.com/maps/place/' + $(this).attr('coordinates');