Skip to content
Snippets Groups Projects
Commit 88b294ae authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Add id to script tag

parent ebf72841
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<script> <script>
window.CONFIG_LOCATION = "./config.json"; window.CONFIG_LOCATION = "./config.json";
</script> </script>
<script src="./src/parent.ts" type="module"></script> <script src="./src/parent.ts" type="module" id="chatterbox-script"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment