Chat: disabled attribute is boolean

This commit is contained in:
webzwo0i 2021-07-08 01:20:05 +02:00 committed by SamTV12345
parent 0c6b97fa79
commit f0a39b0595

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