minor bug fixed
This commit is contained in:
parent
b575051308
commit
bf4eb39a86
|
@ -364,7 +364,7 @@ $(document).ready(function() {
|
||||||
delete window["context" + claIdNum];
|
delete window["context" + claIdNum];
|
||||||
refreshClaList(claIdNum);
|
refreshClaList(claIdNum);
|
||||||
refreshSortables();
|
refreshSortables();
|
||||||
if (claIdNum == 1) {
|
if (claListLen == 1) {
|
||||||
$("#unitaRicerca").prop('disabled', false);
|
$("#unitaRicerca").prop('disabled', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue