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
035e8bd3
Unverified
Commit
035e8bd3
authored
3 years ago
by
José Rômulo
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge branch 'master' into master
parents
73093eef
33f702f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/evento/submeterTrabalho.blade.php
+1
-1
resources/views/evento/submeterTrabalho.blade.php
resources/views/projeto/editar.blade.php
+1
-1
resources/views/projeto/editar.blade.php
with
2 additions
and
2 deletions
+2
-2
resources/views/evento/submeterTrabalho.blade.php
View file @
035e8bd3
...
...
@@ -220,7 +220,7 @@
return
this
.
optional
(
element
)
||
value
==
value
.
match
(
/^
[
A
-
Za
-
záàâãéèêíïóôõöúçñÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ
]
+
$
/
);
});
$
(
'
.cep
'
)
.
mask
(
'00000000'
);
$
(
'
input.cep:text
'
)
.
mask
(
'00000
-
000'
);
// $('.cpf').mask('000.000.000-00');
$
(
'.numero'
)
.
mask
(
'0000000000000'
);
var
SPMaskBehavior
=
function
(
val
)
{
...
...
This diff is collapsed.
Click to expand it.
resources/views/projeto/editar.blade.php
View file @
035e8bd3
...
...
@@ -221,7 +221,7 @@
return
this
.
optional
(
element
)
||
value
==
value
.
match
(
/^
[
A
-
Za
-
záàâãéèêíïóôõöúçñÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ
]
+
$
/
);
});
$
(
'
.cep
'
)
.
mask
(
'00000000'
);
$
(
'
input.cep:text
'
)
.
mask
(
'00000
-
000'
);
// $('.cpf').mask('000.000.000-00');
$
(
'.numero'
)
.
mask
(
'0000000000000'
);
var
SPMaskBehavior
=
function
(
val
)
{
...
...
This diff is collapsed.
Click to expand it.
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