Browse Source

Update compressed web image

rfm69
Xose Pérez 6 years ago
parent
commit
94e47b48ef
3 changed files with 3266 additions and 3264 deletions
  1. BIN
      code/espurna/data/index.html.gz
  2. +3265
    -3261
      code/espurna/static/index.html.gz.h
  3. +1
    -3
      code/html/custom.js

BIN
code/espurna/data/index.html.gz View File


+ 3265
- 3261
code/espurna/static/index.html.gz.h
File diff suppressed because it is too large
View File


+ 1
- 3
code/html/custom.js View File

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


Loading…
Cancel
Save