Skip to content

Commit 32429f4

Browse files
committed
SimpleChatTC:IndexHTML:Fix a oversight with new module added
Add forgotten to add , after simplechat entry. Currently I am not strictly using the importmap feature, so the error didnt create any problem, but the error was there which has been fixed.
1 parent cc12dd9 commit 32429f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/public_simplechat/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script type="importmap">
1212
{
1313
"imports": {
14-
"simplechat": "./simplechat.js"
14+
"simplechat": "./simplechat.js",
1515
"datautils": "./datautils.mjs",
1616
"ui": "./ui.mjs"
1717
}

0 commit comments

Comments
 (0)