Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
6af271ac
"vscode:/vscode.git/clone" did not exist on "b82be1127b51e447116ff26b67877a12feab08cf"
Commit
6af271ac
authored
Jun 10, 2021
by
José Rômulo
Browse files
Correção SIAPE negativo em editar user
parent
0f768e6e
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/editar_user.blade.php
View file @
6af271ac
...
@@ -476,6 +476,7 @@
...
@@ -476,6 +476,7 @@
}
}
};
};
$
(
'#celular'
)
.
mask
(
SPMaskBehavior
,
spOptions
);
$
(
'#celular'
)
.
mask
(
SPMaskBehavior
,
spOptions
);
$
(
'#SIAPE'
)
.
mask
(
'00000000'
);
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment