minor bug fixed
This commit is contained in:
parent
a85b71adb0
commit
8eaae73895
|
@ -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;");
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue