This commit is contained in:
Ross
2022-12-16 18:22:26 +00:00
parent 525777107b
commit 0863b4e311
2 changed files with 12 additions and 9 deletions
-9
View File
@@ -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"