Fix: delete test_*.html files
This commit is contained in:
@@ -78,9 +78,9 @@ class MenuApp {
|
||||
}
|
||||
|
||||
makeTypingButtons(typingPracticeAppCount, typingTestAppCount, typingAppJSON) {
|
||||
console.log(typingPracticeAppCount);
|
||||
console.log(typingTestAppCount);
|
||||
console.log(typingAppJSON);
|
||||
// console.log(typingPracticeAppCount);
|
||||
// console.log(typingTestAppCount);
|
||||
// console.log(typingAppJSON);
|
||||
|
||||
let isTypingPracticeAppExist = typingPracticeAppCount > 0 ? true : false;
|
||||
let isTypingTestAppExist = typingTestAppCount > 0 ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user