.
This commit is contained in:
@@ -228,6 +228,8 @@
|
|||||||
<script src="js/main.js" defer="defer" type="module"></script>
|
<script src="js/main.js" defer="defer" type="module"></script>
|
||||||
<script src="lib/notify.min.js" type="text/javascript"></script>
|
<script src="lib/notify.min.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<scrip>
|
||||||
|
</scrip>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+10
-11
@@ -5,6 +5,16 @@ import * as interact from "./interact.js";
|
|||||||
import * as config from "./config.js";
|
import * as config from "./config.js";
|
||||||
// const { v4: uuidv4 } = require('uuid');
|
// const { v4: uuidv4 } = require('uuid');
|
||||||
|
|
||||||
|
$("#btn-candidate-login").click(function(evt) {
|
||||||
|
$("#login-dialog").modal({
|
||||||
|
escapeClose: false,
|
||||||
|
clickClose: false,
|
||||||
|
showClose: false
|
||||||
|
});
|
||||||
|
$("#options-panel").toggle();
|
||||||
|
//$(".exam-wrapper").toggle();
|
||||||
|
});
|
||||||
|
|
||||||
let exam_details = {
|
let exam_details = {
|
||||||
aid: null,
|
aid: null,
|
||||||
cid: "",
|
cid: "",
|
||||||
@@ -2454,17 +2464,6 @@ 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) {
|
$("#btn-user-login").click(function(evt) {
|
||||||
window.location = "/accounts/login/?next=/rts"
|
window.location = "/accounts/login/?next=/rts"
|
||||||
|
|||||||
Reference in New Issue
Block a user