Skip to content

Commit

Permalink
added some necessary changes for tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKnightt committed May 4, 2024
1 parent 86f6bbe commit 068ff10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ <h1 class="mb-3 h3">Login</h1>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ a {
grid-template-columns: repeat(2, 1fr);
column-gap: 3rem;
}

.section-one-r {
text-align: left;
}
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function validateFormData(elem, elemType, elemName) {
addErrMsg(elem, elemName);
else removeErrMsg(elem);
}

// checking for only empty
if (elemType == validType.ANY) {
if (elem.value.trim().length == 0) addErrMsg(elem, elemName);
Expand Down

0 comments on commit 068ff10

Please sign in to comment.