Fixed the jitsi link.
This commit is contained in:
2
index.js
2
index.js
@@ -7,7 +7,7 @@ $(document).ready(function () {
|
|||||||
var url = null;
|
var url = null;
|
||||||
var target = action;
|
var target = action;
|
||||||
if ( action == 'jitsi' ) {
|
if ( action == 'jitsi' ) {
|
||||||
url = 'https://meet.homelabbrisbane.com.au/';
|
url = 'https://meet.homelabbrisbane.com.au/hlb';
|
||||||
}
|
}
|
||||||
if ( action == 'map' ) {
|
if ( action == 'map' ) {
|
||||||
url = 'https://www.google.com/maps/place/' + $(this).attr('coordinates');
|
url = 'https://www.google.com/maps/place/' + $(this).attr('coordinates');
|
||||||
|
|||||||
Reference in New Issue
Block a user