diff --git a/src/static/js/chat.js b/src/static/js/chat.js index 48cc562b0..e84a8ca6b 100755 --- a/src/static/js/chat.js +++ b/src/static/js/chat.js @@ -68,7 +68,7 @@ exports.chat = (() => { this.stickToScreen(true); $('#options-stickychat').prop('checked', true); $('#options-chatandusers').prop('checked', true); - $('#options-stickychat').prop('disabled', 'disabled'); + $('#options-stickychat').prop('disabled', true); userAndChat = true; } else { $('#options-stickychat').prop('disabled', false);