Skip to content

Commit

Permalink
make redirect instructions even more clear, clean js specs tables, op…
Browse files Browse the repository at this point in the history
…tional LTE, LBAND and
  • Loading branch information
mazgch committed May 1, 2024
1 parent 789a8c2 commit bae0ede
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 670 deletions.
2 changes: 1 addition & 1 deletion monitor/js/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function deviceInit(ip) {
} else if (json.ip !== undefined) { // from cookie argument
device.name = json.name;
device.ip = json.ip;
device.ws = json.ws;
device.ws = json.ws.replace(/^wss?:\/\//, proto); // force matching protocol
} else {
device.name = 'unknown';
device.ip = window.location.hostname;
Expand Down
Loading

0 comments on commit bae0ede

Please sign in to comment.