diff --git a/clientapp/app.js b/clientapp/app.js
index 238d41a..8c8e7c9 100644
--- a/clientapp/app.js
+++ b/clientapp/app.js
@@ -54,8 +54,6 @@ module.exports = {
window.onbeforeunload = function () {
if (client.sessionStarted) {
client.disconnect();
- // We'll make this a setting later
- //return "End active session?";
}
};
diff --git a/clientapp/template.html b/clientapp/template.html
index 061f61e..f2ade71 100644
--- a/clientapp/template.html
+++ b/clientapp/template.html
@@ -9,7 +9,7 @@
Connecting...