Update add.php

This commit is contained in:
Thomas Zilio 2020-10-20 12:03:42 +02:00
parent c406ad819c
commit 563a6f24c2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ $(document).ready(function() {
let value = !input('idanagrafica').get();
input('idsede').setDisabled(value)
.selectReset();
.getElement().selectReset();
});
});
</script>