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"