Fix a few issues
This commit is contained in:
parent
6f737349db
commit
7f4e2a8882
4 changed files with 21 additions and 4 deletions
|
|
@ -602,7 +602,7 @@ function showUserOptions() {
|
|||
*/
|
||||
var conninfo = "<strong>Connection Information: </strong>" +
|
||||
"Connected to <code>" + IO_URL + "</code> (";
|
||||
if (IO_URL === IO_URLS["ipv6-ssl"] || IO_URL === IO_URLS["ipv6-nossl"]) {
|
||||
if (IO_V6) {
|
||||
conninfo += "IPv6, ";
|
||||
} else {
|
||||
conninfo += "IPv4, ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue