This commit is contained in:
Ross
2022-12-16 18:25:53 +00:00
parent 0863b4e311
commit aeac202a3c
2 changed files with 12 additions and 12 deletions
+12
View File
@@ -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();