minor bug fixed

This commit is contained in:
nicola 2024-12-16 18:07:05 +01:00
parent b575051308
commit bf4eb39a86
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ $(document).ready(function() {
delete window["context" + claIdNum];
refreshClaList(claIdNum);
refreshSortables();
if (claIdNum == 1) {
if (claListLen == 1) {
$("#unitaRicerca").prop('disabled', false);
}
});