diff --git a/css/main.css b/css/main.css index f864045..4494b57 100644 --- a/css/main.css +++ b/css/main.css @@ -1186,4 +1186,10 @@ select option:disabled { .invalid-login { color: red; +} + +input[type="number"] { + user-select: text; + -moz-user-select: text; + -webkit-user-select: text; } \ No newline at end of file diff --git a/js/main.js b/js/main.js index 33a1121..b1afc04 100644 --- a/js/main.js +++ b/js/main.js @@ -348,7 +348,7 @@ async function loadExamList(data) { console.log("new question json id", new_question_json_id) //q = q.toString(); $("#cache-details ul").append( - `
  • Question (${saved_exam.exam_type}): ${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... const q_object = {