Fix a few issues

This commit is contained in:
Calvin Montgomery 2014-06-12 20:29:12 -07:00
parent 6f737349db
commit 7f4e2a8882
4 changed files with 21 additions and 4 deletions

View file

@ -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, ";