Fix minore

This commit is contained in:
MatteoPistorello 2022-03-22 17:05:32 +01:00
parent a28ffe5b57
commit 9c3d81a266
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ $(document).ready(function(){
id_plugin: "'.$id_plugin.'",
}).then(function(response) {
// Selezione automatica nuovo valore per il select
var select = $("#'.get('select').'");
var select = input($("#'.get('select').'"));
if (select) {
select.selectSetNew(response.id, response.text, response.data);
select.getElement().selectSetNew(response.id, response.text, response.data);
//select.change();
}