Merge branch 'master' of ssh://161.35.163.87:/home/django/rts
This commit is contained in:
@@ -1186,4 +1186,10 @@ select option:disabled {
|
|||||||
|
|
||||||
.invalid-login {
|
.invalid-login {
|
||||||
color: red;
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="number"] {
|
||||||
|
user-select: text;
|
||||||
|
-moz-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
+1
-1
@@ -348,7 +348,7 @@ async function loadExamList(data) {
|
|||||||
console.log("new question json id", new_question_json_id)
|
console.log("new question json id", new_question_json_id)
|
||||||
//q = q.toString();
|
//q = q.toString();
|
||||||
$("#cache-details ul").append(
|
$("#cache-details ul").append(
|
||||||
`<li class="cache-item" data-qid=${q}>Question (${saved_exam.exam_type}): ${q}`
|
`<li class="cache-item" data-qid=${q}>Question (${saved_exam.exam_type}): ${q} [New JSON id: ${new_question_json_id}]`
|
||||||
);
|
);
|
||||||
// If a single question is out of date we invalidate the lot...
|
// If a single question is out of date we invalidate the lot...
|
||||||
const q_object = {
|
const q_object = {
|
||||||
|
|||||||
Reference in New Issue
Block a user