Merge branch 'master' into migrate-to-ES6-47

This commit is contained in:
Cameron
2020-07-31 21:27:48 +01:00
committed by GitHub
107 changed files with 1532 additions and 2239 deletions
@@ -106,7 +106,7 @@ define(['jQuery', 'emby-checkbox'], function ($) {
$(document).on('pageinit', '#notificationSettingPage', function () {
var page = this;
$('#selectUsers', page).on('change', function () {
if ('Custom' == this.value) {
if (this.value == 'Custom') {
$('.selectCustomUsers', page).show();
} else {
$('.selectCustomUsers', page).hide();