Commit 08addb6a authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

formatted code

parent afa2d2d3
Pipeline #1112 passed with stages
in 11 seconds
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment