We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5d9ab commit cf1dfb5Copy full SHA for cf1dfb5
1 file changed
plugins/registrazioni/edit.php
@@ -244,6 +244,7 @@ function validateConti() {
244
return false;
245
}
246
247
+ } catch (e) {
248
249
250
// Poi validazione personalizzata per i conti
@@ -307,7 +308,8 @@ function validateConti() {
307
308
parsleyInstance.refresh();
309
310
- }
311
312
+ }
313
});
314
315
// Gestione del cambio di selezione nei conti per rimuovere errori
0 commit comments