|
@@ -16,6 +16,9 @@ window.onload = function() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ $("#loggedin").text(`logged in as "${config.user}"`);
|
|
|
|
+ $("#gamename").text(`playing in "${config.game}"`);
|
|
|
|
+
|
|
var loc = window.location, new_uri;
|
|
var loc = window.location, new_uri;
|
|
if (loc.protocol === "https:") {
|
|
if (loc.protocol === "https:") {
|
|
new_uri = "wss:";
|
|
new_uri = "wss:";
|