Skip to content

Commit

Permalink
Ex - Corrige regexp que não estava permitindo informar processo do SE…
Browse files Browse the repository at this point in the history
…I da JFRJ ou JFES
  • Loading branch information
jmolivei committed Sep 12, 2024
1 parent 2fe4910 commit 3b55328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// $("#phone").mask("(999) 999-9999");
// $("#tin").mask("99-9999999");
// $("#ssn").mask("999-99-9999");
$('.sei').mask("9999999-99.9999.04.2.8000");
$('.sei').mask("9999999-99.9999.04.2.8009");
});
</script>
Expand Down

0 comments on commit 3b55328

Please sign in to comment.