We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd5fe7 commit 98596fbCopy full SHA for 98596fb
1 file changed
public/js/account.js
@@ -370,20 +370,20 @@ function refreshAccountPage() {
370
371
//apply filters
372
if(!activeFilters.includes(result.mode)){
373
- return
+ return;
374
}
375
if(!activeFilters.includes(String(result.mode2))){
376
377
378
if(!activeFilters.includes(result.language)){
379
380
381
let puncfilter = "puncOff";
382
if(result.punctuation){
383
puncfilter = "puncOn";
384
385
if(!activeFilters.includes(puncfilter)){
386
387
388
389
if(wpmLast10count < 10){
0 commit comments