This commit is contained in:
Chris Wanstrath 2025-10-08 12:50:49 -07:00
parent c584db753a
commit ff6f71daf8

View File

@ -1,5 +1,5 @@
//// ////
// version: 606bcc9 // version: c584db7
var __defProp = Object.defineProperty; var __defProp = Object.defineProperty;
var __export = (target, all) => { var __export = (target, all) => {
@ -1529,8 +1529,7 @@ function updateWww(project) {
} }
projectWww.style.display = ""; projectWww.style.display = "";
const hostname = sessionStore.get("hostname") || "localhost"; const hostname = sessionStore.get("hostname") || "localhost";
const s = hostname.startsWith("localhost") ? "" : "s"; projectWww.href = `http://${project}.${hostname}`;
projectWww.href = `http${s}://${project}.${hostname}`;
} }
function displayProjectPath(path) { function displayProjectPath(path) {
let prefix = sessionStore.get("NOSE_DIR") || ""; let prefix = sessionStore.get("NOSE_DIR") || "";