# HG changeset patch # User lisaq # Date 2016-08-31 12:15:55 # Node ID 3d4c2903df7038fc84381b4f8e3ee55ef6244ded # Parent ad65ce3e8b5f276456a25093c38694692e7014fc notifications: fixing bug w/spinner in toggle 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(){