Browse Source

Show chat as disabled by default

pull/80/head
Gabe Kangas 6 years ago
parent
commit
a7b625c37f
  1. 1
      webroot/js/message.js

1
webroot/js/message.js

@ -93,6 +93,7 @@ class MessagingInterface { @@ -93,6 +93,7 @@ class MessagingInterface {
this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
this.displayChat();
this.disableChat(); // Disabled by default.
}
updateUsernameFields(username) {

Loading…
Cancel
Save