From ff6f71daf8d96cab4669f588e4d8499e33bd6fd7 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:50:49 -0700 Subject: [PATCH] ok --- public/bundle.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/bundle.js b/public/bundle.js index ee89ad6..28d0c0f 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -1,5 +1,5 @@ //// -// version: 606bcc9 +// version: c584db7 var __defProp = Object.defineProperty; var __export = (target, all) => { @@ -1529,8 +1529,7 @@ function updateWww(project) { } projectWww.style.display = ""; const hostname = sessionStore.get("hostname") || "localhost"; - const s = hostname.startsWith("localhost") ? "" : "s"; - projectWww.href = `http${s}://${project}.${hostname}`; + projectWww.href = `http://${project}.${hostname}`; } function displayProjectPath(path) { let prefix = sessionStore.get("NOSE_DIR") || "";