attivazione/disattivazione tab grafo sintattico

This commit is contained in:
cesare 2023-04-19 13:27:12 +02:00
parent 00f153edd3
commit 2522e5396b
2 changed files with 3 additions and 1 deletions

View File

@ -128,6 +128,7 @@ $( " ."+formaClass ).dblclick(function() {
//showSentenceStructure (sentenceId)
shownSentenceList.add(sentenceId)
}
});

View File

@ -40,7 +40,7 @@ document.addEventListener("dblclick", function(e){
//console.log('matches for clausole '+matches)
$('#tab-list #vis0-tab').tab('show')
resetMinimap(tmpsent)
if (tmpsent==lsentid){
@ -86,6 +86,7 @@ document.addEventListener("dblclick", function(e){
//collection[i].style.removeProperty('color');
}
$('#tab-list #vis1-tab').tab('show')
updateMinimap(lsentid)