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();