From ea611b9ddebf789794ba938d2a25477dfc8862e3 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 10 Nov 2020 00:58:42 +0100
Subject: [PATCH] Change default web client target to one actually served
 online.

---
 rogue_chat_nocanvas_monochrome.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rogue_chat_nocanvas_monochrome.html b/rogue_chat_nocanvas_monochrome.html
index ab3ce34..307bf26 100644
--- a/rogue_chat_nocanvas_monochrome.html
+++ b/rogue_chat_nocanvas_monochrome.html
@@ -31,7 +31,7 @@ annotate portal (from study mode): <input id="key_switch_to_portal" type="text"
 </div>
 <script>
 "use strict";
-let websocket_location = "ws://localhost:8000";
+let websocket_location = "wss://plomlompom.com/rogue_chat/";
 
 let rows_selector = document.getElementById("n_rows");
 let cols_selector = document.getElementById("n_cols");
-- 
2.30.2