Chat: disabled attribute is boolean

This commit is contained in:
webzwo0i 2021-07-08 01:20:05 +02:00 committed by Richard Hansen
parent 1ba2f72db7
commit 3459f36d23

View file

@ -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);