diff options
author | BonfaceKilz | 2021-09-22 14:30:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-04 13:00:53 +0300 |
commit | ac14326be6695f185f843d29bf3ff016f5eb3016 (patch) | |
tree | ec6355155709972bb0419e47af8db894c44516be | |
parent | 7f317126d7d422b073cb4e4a8698757fe1e763f3 (diff) | |
download | genenetwork2-ac14326be6695f185f843d29bf3ff016f5eb3016.tar.gz |
new_security: login_user.html: Delete commented out block
-rw-r--r-- | wqflask/wqflask/templates/new_security/login_user.html | 26 |
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 %} |