Fixed the jitsi link.

This commit is contained in:
2025-06-23 11:32:46 +10:00
parent 64687bcedf
commit 23437d6148

View File

@@ -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');