diff --git a/rhodecode/templates/admin/my_account/my_account_notifications.html b/rhodecode/templates/admin/my_account/my_account_notifications.html --- a/rhodecode/templates/admin/my_account/my_account_notifications.html +++ b/rhodecode/templates/admin/my_account/my_account_notifications.html @@ -50,7 +50,7 @@ ajax.generateRequest(); }; ctrlr.handleNotifications = function(event){ - $('#live-notifications')[0].active = event.detail.response; + $('#live-notifications')[0].checked = event.detail.response; }; function checkBrowserStatus(){