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