correzioni varie

This commit is contained in:
2023-07-17 13:31:46 +02:00
parent 8dff2e0853
commit 9f0c93c921
2 changed files with 18 additions and 5 deletions

View File

@@ -117,10 +117,14 @@ $(document).on('click', '.open_modal_modifica', function() {
});
/*$.getJSON("/admin/service/taglist", {}, function(data) {
/*
$.getJSON("/admin/service/taglist", {}, function(data) {
$.each(data, function(i, item) {
$("select[name='mov_fk_tags']").append(
new Option(item.tag_name, item.id)
)
});
});*/
});
*/