From 88b294ae0216dde02cd3334cbf054cd9236b6856 Mon Sep 17 00:00:00 2001 From: Midhun Suresh <midhunr@element.io> Date: Tue, 8 Feb 2022 15:53:52 +0530 Subject: [PATCH] Add id to script tag --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e1dbe9a..5b278a8 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ <script> window.CONFIG_LOCATION = "./config.json"; </script> - <script src="./src/parent.ts" type="module"></script> + <script src="./src/parent.ts" type="module" id="chatterbox-script"></script> </body> </html> -- GitLab