From aeac202a3c2b1131c4c2ca4fd762fa4cf0ad4297 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 16 Dec 2022 18:25:53 +0000 Subject: [PATCH] . --- index.html | 12 ------------ js/main.js | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index c90d1c0..cf293d5 100644 --- a/index.html +++ b/index.html @@ -228,18 +228,6 @@ - \ No newline at end of file diff --git a/js/main.js b/js/main.js index 12c540b..e877e69 100644 --- a/js/main.js +++ b/js/main.js @@ -2454,6 +2454,18 @@ function showLoginDialog() { } +$(document).ready(function() { +$("#btn-candidate-login").click(function(evt) { + $("#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" //$(".exam-wrapper").toggle();