mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-29 19:18:33 -07:00
Cleanup recently_added_grandparent javascript in settings
This commit is contained in:
parent
31c9ecaf44
commit
4170ed55a6
1 changed files with 0 additions and 5 deletions
|
@ -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 () {
|
function allowGuestAccessCheck () {
|
||||||
if ($("#http_basic_auth").is(":checked")) {
|
if ($("#http_basic_auth").is(":checked")) {
|
||||||
$("#allow_guest_access").attr("disabled", true);
|
$("#allow_guest_access").attr("disabled", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue