ok
This commit is contained in:
parent
c584db753a
commit
ff6f71daf8
|
|
@ -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") || "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user