aggiunta la visualizzazione della categoria grammaticale nel pop up menu
This commit is contained in:
parent
fcb47adccc
commit
106f7bb0c4
|
@ -50,7 +50,7 @@ $(document).ready(function() {
|
|||
var value = $(this).text();
|
||||
var cg = $(this).data("cg");
|
||||
// alert('fava '+ value + " "+cg);
|
||||
$(this).popover({title: "Categoria", content: cg, trigger: "hover"});
|
||||
$(this).popover({title: "Categoria", content: categoriegrammaticali[cg], trigger: "hover"});
|
||||
});
|
||||
|
||||
// prima cantica
|
||||
|
|
Loading…
Reference in New Issue