Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 4dc8936

Browse files
authored
Update chat.html
1 parent dee8e5f commit 4dc8936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capstone/templates/capstone/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<script>
44
window.users = []
55
{% for thisuser in user_data %}
6-
window.users["{{thisuser.user.username}}"] = {{thisuser.publickey}}
6+
window.users.push({"{{thisuser.user.username}}": {{thisuser.publickey}} }
77
{% endif %}
88
</script>
99
<div id="body">

0 commit comments

Comments
 (0)