attivazione/disattivazione tab grafo sintattico
This commit is contained in:
parent
00f153edd3
commit
2522e5396b
|
@ -128,6 +128,7 @@ $( " ."+formaClass ).dblclick(function() {
|
|||
//showSentenceStructure (sentenceId)
|
||||
shownSentenceList.add(sentenceId)
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue