Fix minore
This commit is contained in:
parent
a28ffe5b57
commit
9c3d81a266
4
add.php
4
add.php
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue