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 __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") || "";