mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-08 07:36:57 -07:00
Clear PMS selectize when dropdown opens
This commit is contained in:
parent
042b48c1fd
commit
d8298a12eb
2 changed files with 6 additions and 0 deletions
data/interfaces/default
|
@ -1861,6 +1861,9 @@ $(document).ready(function() {
|
|||
$('#pms_url_manual').prop('checked', false);
|
||||
$('#pms_url').val('Please verify your server above to retrieve the URL');
|
||||
PMSCloudCheck();
|
||||
},
|
||||
onDropdownOpen: function() {
|
||||
this.clear();
|
||||
}
|
||||
});
|
||||
var select_pms = $select_pms[0].selectize;
|
||||
|
|
|
@ -374,6 +374,9 @@ $(document).ready(function() {
|
|||
$('#pms_is_remote_checkbox').prop('disabled', false);
|
||||
$('#pms_ssl_checkbox').prop('disabled', false);
|
||||
}
|
||||
},
|
||||
onDropdownOpen: function() {
|
||||
this.clear();
|
||||
}
|
||||
});
|
||||
var select_pms = $select_pms[0].selectize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue