mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 16:34:45 +08:00
removed unnecassary info
This commit is contained in:
parent
357ff5e776
commit
825d3fe712
1 changed files with 6 additions and 6 deletions
|
|
@ -474,12 +474,12 @@ function loadMoreLines(){
|
|||
result = filteredResults[i];
|
||||
if(result == undefined) continue;
|
||||
let withpunc = '';
|
||||
if (result.punctuation) {
|
||||
withpunc = '<br>punctuation';
|
||||
}
|
||||
if (result.blindMode) {
|
||||
withpunc = '<br>blind';
|
||||
}
|
||||
// if (result.punctuation) {
|
||||
// withpunc = '<br>punctuation';
|
||||
// }
|
||||
// if (result.blindMode) {
|
||||
// withpunc = '<br>blind';
|
||||
// }
|
||||
let diff = result.difficulty;
|
||||
if (diff == undefined){
|
||||
diff = 'normal';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue