Cleanup recently_added_grandparent javascript in settings

This commit is contained in:
JonnyWong16 2016-10-08 19:17:35 -07:00 committed by JonnyWong16
parent 31c9ecaf44
commit 4170ed55a6

View file

@ -2366,11 +2366,6 @@ $(document).ready(function() {
}
});
$("#notify_recently_added_grandparent").change(function () {
var c = this.checked ? '#eb8600' : '#737373';
$('#notify_recently_added_grandparent_note').css('color', c);
});
function allowGuestAccessCheck () {
if ($("#http_basic_auth").is(":checked")) {
$("#allow_guest_access").attr("disabled", true);