Shared System completed. Test for bugs.

This commit is contained in:
2026-04-10 14:14:35 -04:00
parent e855948ca9
commit c3b8dc5061
31 changed files with 109 additions and 282 deletions

View File

@@ -25,6 +25,7 @@ window.setChannelId = function(channelId) {
currentChannelId = channelId;
LogMessage("Channel set to: " + currentChannelId);
};
function LogMessage(msg) {
const messageLog = document.getElementById("messageLog");
messageLog.value += '\r\n' + msg;