minor bug fixed

This commit is contained in:
nicola 2024-12-14 19:22:03 +01:00
parent a85b71adb0
commit 8eaae73895
1 changed files with 6 additions and 2 deletions

View File

@ -159,8 +159,12 @@ $(document).ready(function() {
$("#collapseLogic").collapse('show');
});
});
tabID++;
addGramCla("#sortable0", 1, tabID, 1);
if (tabID == 0) {
tabID++;
addGramCla("#sortable0", 1, tabID, 1);
}else{
refreshClaList(tabID);
}
$('#collapseLogic').attr('style', "display: d-flex;");
});