minor bug fixed
This commit is contained in:
parent
a85b71adb0
commit
8eaae73895
|
|
@ -159,8 +159,12 @@ $(document).ready(function() {
|
||||||
$("#collapseLogic").collapse('show');
|
$("#collapseLogic").collapse('show');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
tabID++;
|
if (tabID == 0) {
|
||||||
addGramCla("#sortable0", 1, tabID, 1);
|
tabID++;
|
||||||
|
addGramCla("#sortable0", 1, tabID, 1);
|
||||||
|
}else{
|
||||||
|
refreshClaList(tabID);
|
||||||
|
}
|
||||||
$('#collapseLogic').attr('style', "display: d-flex;");
|
$('#collapseLogic').attr('style', "display: d-flex;");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue