From 0863b4e311ff920ea0df7966223023b7cc7ebf8c Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 16 Dec 2022 18:22:26 +0000 Subject: [PATCH] . --- index.html | 12 ++++++++++++ js/main.js | 9 --------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index cf293d5..c90d1c0 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,18 @@ + \ No newline at end of file diff --git a/js/main.js b/js/main.js index fb1550c..12c540b 100644 --- a/js/main.js +++ b/js/main.js @@ -2453,15 +2453,6 @@ function showLoginDialog() { $("#login-dialog").modal(); } -$("#btn-candidate-login").click(function() { - $("#login-dialog").modal({ - escapeClose: false, - clickClose: false, - showClose: false - }); - $("#options-panel").toggle(); - //$(".exam-wrapper").toggle(); -}); $("#btn-user-login").click(function(evt) { window.location = "/accounts/login/?next=/rts"