From 83e2f03eb586cba6e9ce0f285643a01a7c4dfd53 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 24 Jun 2024 09:48:50 +0100 Subject: [PATCH] . --- atlas/templates/atlas/viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/viewer.html b/atlas/templates/atlas/viewer.html index 3177ff8e..30561a26 100644 --- a/atlas/templates/atlas/viewer.html +++ b/atlas/templates/atlas/viewer.html @@ -26,7 +26,7 @@ document.addEventListener("DOMContentLoaded", function() { document.title = "Case: {{current_case.title}}"; console.log('ready'); - const bc = new BroadcastChannel("test_channel"); + const bc = new BroadcastChannel("viva_load"); bc.onmessage = (event) => { console.log("message received"); console.log(event);