update ubuntu

This commit is contained in:
YGAS 2022-02-15 17:12:08 +08:00
parent 1ffd8e5270
commit 7513dbf8d2

View File

@ -72,7 +72,7 @@
};
function open_container(x) {
Url = "http://" + window.location.hostname + ":" + x
Url = "https://" + window.location.hostname + ":" + x
// alert(Url)
window.open(Url)
return false