Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
app-monitorul-oficial
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
romania-libera
app-monitorul-oficial
Commits
9b59e58e
Commit
9b59e58e
authored
Mar 19, 2019
by
Munteanu Petrisor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add frontend validation for register page
parent
bde13c35
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
register.js
public/js/register.js
+18
-0
inregistrare.phtml
templates/inregistrare.phtml
+0
-0
No files found.
public/js/register.js
0 → 100644
View file @
9b59e58e
$
(
document
).
ready
(
function
()
{
$
.
validate
({
lang
:
'ro'
,
form
:
'#registerForm'
,
scrollToTopOnError
:
true
,
modules
:
'html5'
,
modules
:
'sanitize'
,
modules
:
'security'
,
modules
:
'sepa'
,
onError
:
function
(
$form
)
{
return
false
;
},
onSuccess
:
function
(
$form
)
{
return
true
}
});
});
\ No newline at end of file
templates/inregistrare.phtml
View file @
9b59e58e
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