From 563a6f24c2f6d4ccb9c3f523cecd73bbd775107b Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 20 Oct 2020 12:03:42 +0200 Subject: [PATCH] Update add.php --- modules/impianti/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/impianti/add.php b/modules/impianti/add.php index 4cfa90e02..51bca16aa 100644 --- a/modules/impianti/add.php +++ b/modules/impianti/add.php @@ -64,7 +64,7 @@ $(document).ready(function() { let value = !input('idanagrafica').get(); input('idsede').setDisabled(value) - .selectReset(); + .getElement().selectReset(); }); });