gestione tab grafo synt: disattivato in cambiamenti vista
This commit is contained in:
parent
2522e5396b
commit
a7f211ff32
|
@ -80,6 +80,7 @@ $("#valoreVista").on('change', function() {
|
|||
|
||||
//$("#periodograph").empty()
|
||||
periodograph.parentNode.removeChild(periodograph);
|
||||
$('#tab-list #vis0-tab').tab('show')
|
||||
}
|
||||
loadFrasi();
|
||||
|
||||
|
@ -686,6 +687,7 @@ function resetFrasi(){
|
|||
|
||||
//$("#periodograph").empty()
|
||||
periodograph.parentNode.removeChild(periodograph);
|
||||
$('#tab-list #vis0-tab').tab('show')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue