.
This commit is contained in:
+7
-6
@@ -2443,12 +2443,13 @@ $("#login-button").click(function(evt) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(".start-packet-button").click(function(evt) {
|
$(".start-packet-button").click(function(evt) {
|
||||||
if (exam_details.exam_mode) {
|
// No longer needed as candidates log in...
|
||||||
if (!Number.isInteger(parseInt($("#candidate-number2").val()))) {
|
//if (exam_details.exam_mode) {
|
||||||
alert("Please enter a valid candidate number.");
|
// if (!Number.isInteger(parseInt($("#candidate-number2").val()))) {
|
||||||
return;
|
// alert("Please enter a valid candidate number.");
|
||||||
}
|
// return;
|
||||||
}
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
exam_details.start_time = new Date().getTime() / 1000;
|
exam_details.start_time = new Date().getTime() / 1000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user