Merge branch 'master' of ssh://161.35.163.87:/home/django/rts

This commit is contained in:
Ross
2022-03-30 18:23:06 +01:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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 = {