diff --git a/MediaBrowser.Plugins.SmtpNotifications/Configuration/config.html b/MediaBrowser.Plugins.SmtpNotifications/Configuration/config.html index 6763fe8..eaa5af7 100644 --- a/MediaBrowser.Plugins.SmtpNotifications/Configuration/config.html +++ b/MediaBrowser.Plugins.SmtpNotifications/Configuration/config.html @@ -169,7 +169,7 @@ var page = this; ApiClient.getUsers().then(function (users) { - document.getElementById('#selectUser').innerHTML = users.map(function (user) { + document.getElementById('selectUser').innerHTML = users.map(function (user) { return ''; }); });