From a0346307951505f7537c2cf7ba796ee0ef18971d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=B8feldt?= Date: Mon, 26 Apr 2021 08:25:41 +0200 Subject: [PATCH] minder index fix --- Frontend/Index.html | 216 +++++++++++++--------- Frontend/Javascript/LoginFunctionality.js | 3 +- 2 files changed, 127 insertions(+), 92 deletions(-) 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");