gestione tab per grafo synt, margine alla fine della lista dei risultati
This commit is contained in:
parent
8daca7d2e5
commit
c3cee88f57
|
@ -80,7 +80,7 @@ $("#valoreVista").on('change', function() {
|
||||||
|
|
||||||
//$("#periodograph").empty()
|
//$("#periodograph").empty()
|
||||||
periodograph.parentNode.removeChild(periodograph);
|
periodograph.parentNode.removeChild(periodograph);
|
||||||
$('#tab-list #vis0-tab').tab('show')
|
|
||||||
}
|
}
|
||||||
loadFrasi();
|
loadFrasi();
|
||||||
|
|
||||||
|
@ -687,7 +687,7 @@ function resetFrasi(){
|
||||||
|
|
||||||
//$("#periodograph").empty()
|
//$("#periodograph").empty()
|
||||||
periodograph.parentNode.removeChild(periodograph);
|
periodograph.parentNode.removeChild(periodograph);
|
||||||
$('#tab-list #vis0-tab').tab('show')
|
//$('#tab-list #vis0-tab').tab('show')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1019,8 +1019,11 @@ function resetFrasi(){
|
||||||
titoloMetafore.append("Metafore:");
|
titoloMetafore.append("Metafore:");
|
||||||
|
|
||||||
divFrasi.attr('id', "vistaFrasi")
|
divFrasi.attr('id', "vistaFrasi")
|
||||||
|
divFrasi.attr('class', 'pb-4')
|
||||||
divDialoghi.attr('id', "vistaDialoghi")
|
divDialoghi.attr('id', "vistaDialoghi")
|
||||||
|
divDialoghi.attr('class', 'pb-4')
|
||||||
divMetafore.attr('id', "vistaMetafore")
|
divMetafore.attr('id', "vistaMetafore")
|
||||||
|
divMetafore.attr('class', 'pb-4')
|
||||||
|
|
||||||
divFrasi.appendTo('#displaycanto')
|
divFrasi.appendTo('#displaycanto')
|
||||||
divDialoghi.appendTo('#displaycanto')
|
divDialoghi.appendTo('#displaycanto')
|
||||||
|
|
|
@ -40,7 +40,7 @@ document.addEventListener("dblclick", function(e){
|
||||||
//console.log('matches for clausole '+matches)
|
//console.log('matches for clausole '+matches)
|
||||||
|
|
||||||
|
|
||||||
$('#tab-list #vis0-tab').tab('show')
|
//$('#tab-list #vis0-tab').tab('show')
|
||||||
resetMinimap(tmpsent)
|
resetMinimap(tmpsent)
|
||||||
|
|
||||||
if (tmpsent==lsentid){
|
if (tmpsent==lsentid){
|
||||||
|
|
Loading…
Reference in New Issue