.
This commit is contained in:
Vendored
+2
-1
@@ -3,5 +3,6 @@
|
||||
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
||||
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
|
||||
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
||||
"javascript.format.enable": false
|
||||
"javascript.format.enable": false,
|
||||
"liveServer.settings.port": 5501
|
||||
}
|
||||
@@ -289,6 +289,7 @@ async function loadExamList(data) {
|
||||
$(`.packet-button[data-eid="${saved_exam.eid}"]`).addClass(
|
||||
"out-of-date"
|
||||
);
|
||||
question_db.saved_exams.where("eid").equals(saved_exam.eid).delete();
|
||||
|
||||
//question_db.saved_exams.where("eid").equals(saved_exam.eid).delete();
|
||||
question_db.question_data
|
||||
|
||||
Reference in New Issue
Block a user