From 58c910f0a02b2ab3b507bfaf0f8dcc414b2f8750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20R=C3=B4mulo?= Date: Thu, 10 Jun 2021 10:25:27 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20SIAPE=20negativo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/administrador/novo_user.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/administrador/novo_user.blade.php b/resources/views/administrador/novo_user.blade.php index c784378..989dde9 100644 --- a/resources/views/administrador/novo_user.blade.php +++ b/resources/views/administrador/novo_user.blade.php @@ -303,6 +303,7 @@ } }; $('#celular').mask(SPMaskBehavior, spOptions); + $('#SIAPE').mask('00000000'); }); -- GitLab