aggiunta la visualizzazione della categoria grammaticale nel pop up menu

This commit is contained in:
cesare 2022-12-13 19:36:01 +01:00
parent fcb47adccc
commit 106f7bb0c4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $(document).ready(function() {
var value = $(this).text(); var value = $(this).text();
var cg = $(this).data("cg"); var cg = $(this).data("cg");
// alert('fava '+ value + " "+cg); // alert('fava '+ value + " "+cg);
$(this).popover({title: "Categoria", content: cg, trigger: "hover"}); $(this).popover({title: "Categoria", content: categoriegrammaticali[cg], trigger: "hover"});
}); });
// prima cantica // prima cantica