diff --git a/Frontend/Index.html b/Frontend/Index.html index 8bead65..5ebbb88 100755 --- a/Frontend/Index.html +++ b/Frontend/Index.html @@ -355,11 +355,12 @@ name="password" placeholder="Gentag Password" /> + @@ -1077,99 +1078,132 @@
- -
-

Stem

-
-
- -
- -
- - -
- -
- -
- -
- -
- -
- -
-
-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
-
- -
-

Stem

-

+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+
diff --git a/Frontend/Javascript/LoginFunctionality.js b/Frontend/Javascript/LoginFunctionality.js index 3a8aeb4..1e4bdb9 100755 --- a/Frontend/Javascript/LoginFunctionality.js +++ b/Frontend/Javascript/LoginFunctionality.js @@ -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");