about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2021-09-22 14:30:09 +0300
committerBonfaceKilz2021-10-04 13:00:53 +0300
commitac14326be6695f185f843d29bf3ff016f5eb3016 (patch)
treeec6355155709972bb0419e47af8db894c44516be
parent7f317126d7d422b073cb4e4a8698757fe1e763f3 (diff)
downloadgenenetwork2-ac14326be6695f185f843d29bf3ff016f5eb3016.tar.gz
new_security: login_user.html: Delete commented out block
-rw-r--r--wqflask/wqflask/templates/new_security/login_user.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/wqflask/wqflask/templates/new_security/login_user.html b/wqflask/wqflask/templates/new_security/login_user.html
index 095036f0..88eab6bc 100644
--- a/wqflask/wqflask/templates/new_security/login_user.html
+++ b/wqflask/wqflask/templates/new_security/login_user.html
@@ -114,31 +114,5 @@ label.error,div.error{
 {% endblock %}
 
 {% block js %}
-    <!-- Disable plugin, see https://github.com/genenetwork/genenetwork2/issues/310
-
-    <script type="text/javascript" src="/static/new/packages/ValidationPlugin/dist/jquery.validate.min.js"></script>
-    <script>
-    $(document).ready(function () {
-        $("#loginUserForm").validate({
-            onkeyup: false,
-            onsubmit: true,
-            onfocusout: function(element) { $(element).valid(); },
-            rules: {
-                email_address: {
-                    required: true,
-                    email: true
-                },
-                password: {
-                    required: true
-                }
-            }
-        });
-    });
-
-    </script>
-
-    -->
-
-    {% include "new_security/_scripts.html" %}
 
 {% endblock %}