diff --git a/static/start-interactive.js b/static/start-interactive.js index 8d3310a..b9ac4b0 100644 --- a/static/start-interactive.js +++ b/static/start-interactive.js @@ -26,9 +26,9 @@ function getQueryParam(name) { } function makeWsUrl() { -const proxyIp = getQueryParam("ip"); // "10.0.0.42" if you came via /proxyAgent -const proxyPort = getQueryParam("port"); // "8080" -const usingProxy = proxyIp && proxyPort; // truthy only in that case + const proxyIp = getQueryParam("ip"); // "10.0.0.42" if you came via /proxyAgent + const proxyPort = getQueryParam("port"); // "8080" + const usingProxy = proxyIp && proxyPort; // truthy only in that case if (usingProxy) { // Build ws(s):///proxyAgent/terminal?ip=…&port=… diff --git a/static/xterm-addon-fit.js b/static/xterm/xterm-addon-fit.js similarity index 100% rename from static/xterm-addon-fit.js rename to static/xterm/xterm-addon-fit.js diff --git a/static/xterm.css b/static/xterm/xterm.css similarity index 100% rename from static/xterm.css rename to static/xterm/xterm.css diff --git a/static/xterm.js b/static/xterm/xterm.js similarity index 100% rename from static/xterm.js rename to static/xterm/xterm.js diff --git a/templates/index.html b/templates/index.html index a94854b..57bfb78 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,9 +14,9 @@ - - - + + + g2: gommand & gontrol