1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 04:20:50 +01:00

Fix minore

This commit is contained in:
MatteoPistorello 2022-03-22 17:05:32 +01:00
parent a28ffe5b57
commit 9c3d81a266

View File

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