minder index fix

This commit is contained in:
Jacob Søfeldt
2021-04-26 08:25:41 +02:00
parent 379634db47
commit a034630795
2 changed files with 127 additions and 92 deletions
+2 -1
View File
@@ -83,13 +83,14 @@ $(document).ready(function () {
// Check data before submitting
$("#RegisterForm").submit(function (e) {
/*
if (!selectedGameJam >= 1) {
$("#GameJamSelect").addClass("invalidInput");
e.preventDefault();
return false;
} else {
$("#gameJamId").val($("#GameJamSelect option:selected").val());
}
}*/
if ($("#pass1").val().length === 0) {
$("#pass1").addClass("invalidInput");