Fix: delete test_*.html files
This commit is contained in:
@@ -188,9 +188,8 @@ class TypingTest {
|
||||
if(isTypingTestStage())
|
||||
appName = sessionStorageManager.playingAppName.substring(5);
|
||||
else if(isTypingPracticeStage())
|
||||
appName = sessionStorageManager.playingAppName.substring(5);
|
||||
else
|
||||
appName = sessionStorageManager.playingAppName.substring(5);
|
||||
appName = sessionStorageManager.playingAppName.substring(9);
|
||||
|
||||
var testContent = [];
|
||||
switch(appName) {
|
||||
case "korean_basic":
|
||||
@@ -366,7 +365,6 @@ class TypingTest {
|
||||
// console.log(typingElapsedTimeTotal);
|
||||
// console.log(typingRecordTotal);
|
||||
|
||||
// this.textTypingRecordTotal.text = Math.floor(typingRecordTotal);
|
||||
this.averageTypingSpeedText.print(Math.floor(this.typingRecordTotal));
|
||||
// console.log('-------------- total --------------');
|
||||
// console.log('typingLetterCountTotal : ' + this.typingLetterCountTotal);
|
||||
|
||||
Reference in New Issue
Block a user