mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Refresh Join device list when changing API key
This commit is contained in:
parent
1e1e3beca6
commit
69cfbea5f3
2 changed files with 3 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$('#pushbullet_apikey, #pushover_apitoken, #scripts_folder').on('change', function () {
|
||||
$('#pushbullet_apikey, #pushover_apitoken, #scripts_folder, #join_apikey').on('change', function () {
|
||||
// Reload modal to update certain fields
|
||||
doAjaxCall('set_notification_config', $(this), 'tabs', true, reloadModal);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue