From 8636610fea9d451070cc068fa1a29dd3f22c08c7 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 24 Jun 2024 09:44:30 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_viva_case.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_viva_case.html b/atlas/templates/atlas/collection_viva_case.html index 257c1315..70cbbccf 100644 --- a/atlas/templates/atlas/collection_viva_case.html +++ b/atlas/templates/atlas/collection_viva_case.html @@ -25,7 +25,7 @@ document.addEventListener("DOMContentLoaded", function() { document.title = "Case: {{current_case.title}}"; console.log('ready'); - const bc = new BroadcastChannel("viva_load_channel"); + let bc = new BroadcastChannel("viva_load_channel"); bc.onmessage = (event) => { console.log("message received"); console.log(event);