From d1825fe327098e59f280967d54a503ab10f3435f Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Sat, 28 Mar 2026 01:00:51 +1300 Subject: [PATCH] fix: missing closing brace in renderNetworkMap broke all JS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit renderNetworkMap() was missing its closing } after the setTimeout(50) callback. This caused a SyntaxError that prevented the entire script from parsing — doLookup was undefined, Lookup button did nothing. Also added deploy.sh backup script on Erik (auto-backup before restart, keeps last 20 versions of server.js + index.html). --- public/index.html | 136 +++++++++++++++++++++++----------------------- server.js | 7 ++- 2 files changed, 74 insertions(+), 69 deletions(-) diff --git a/public/index.html b/public/index.html index 658dbba..ffe36a4 100644 --- a/public/index.html +++ b/public/index.html @@ -431,7 +431,7 @@ a{color:var(--blue);text-decoration:none;transition:color .2s}a:hover{color:var( -