Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
08addb6a
Commit
08addb6a
authored
4 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
formatted code
parent
afa2d2d3
Pipeline
#1112
passed with stages
in 11 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+1
-1
public/index.html
public/index.js
+1
-1
public/index.js
with
2 additions
and
2 deletions
+2
-2
public/index.html
+
1
-
1
View file @
08addb6a
This diff is collapsed.
Click to expand it.
public/index.js
+
1
-
1
View file @
08addb6a
...
...
@@ -87,7 +87,7 @@ function isFormValid() {
document
.
getElementById
(
'
schoolLevel-validation
'
).
style
.
display
=
'
none
'
;
}
if
(
inputObj
.
category
===
''
||
inputObj
.
category
===
0
)
{
if
(
inputObj
.
category
===
''
||
inputObj
.
category
===
0
)
{
invalidFields
++
;
document
.
getElementById
(
'
category-validation
'
).
style
.
display
=
'
block
'
;
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets