From df86c0599d4201095c611869015de9f2da60c4f8 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 28 Jul 2023 18:13:39 +0200 Subject: [PATCH] Fix minore --- modules/interventi/modals/anteprima_firma.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/interventi/modals/anteprima_firma.php b/modules/interventi/modals/anteprima_firma.php index d6bb25301..3aa6d04ef 100644 --- a/modules/interventi/modals/anteprima_firma.php +++ b/modules/interventi/modals/anteprima_firma.php @@ -147,13 +147,14 @@ if(setting('Sistema di firma')=='Base'){ caricaTavoletta() } else { // Handle the case when navigator.hid is undefined - alert("navigator.hid '.tr("non è supportato da questo browser.").'"); + swal("' . tr('Errore') . '", "' . tr("navigator.hid non è supportato da questo browser!") . '", "error"); + $("#modals > div").modal("hide"); } } catch (error) { // Handle any other errors that may occur console.error("An error occurred:", error); } - }); + }); }); function caricaTavoletta(){