Update compressed web image

This commit is contained in:
Xose Pérez
2018-04-11 14:16:05 +02:00
parent f1ab288cc8
commit 94e47b48ef
3 changed files with 3266 additions and 3264 deletions

View File

@@ -1303,6 +1303,7 @@ function initUrls(root) {
});
urls.ws.protocol = "ws";
}
function connectToURL(url) {
@@ -1318,11 +1319,9 @@ function connectToURL(url) {
}
function connect(host) {
if (!host.startsWith("http:") && !host.startsWith("https:")) {
host = "http://" + host;
}
connectToURL(new URL(host));
}
@@ -1330,7 +1329,6 @@ function connectToCurrentURL() {
connectToURL(new URL(window.location));
}
$(function() {
initMessages();