From 825d3fe712b270de301187586a4e7449064f132f Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 24 Jun 2020 00:56:55 +0100 Subject: [PATCH] removed unnecassary info --- public/js/account.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/js/account.js b/public/js/account.js index f5a0652bc..c6f52f3e4 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -474,12 +474,12 @@ function loadMoreLines(){ result = filteredResults[i]; if(result == undefined) continue; let withpunc = ''; - if (result.punctuation) { - withpunc = '
punctuation'; - } - if (result.blindMode) { - withpunc = '
blind'; - } + // if (result.punctuation) { + // withpunc = '
punctuation'; + // } + // if (result.blindMode) { + // withpunc = '
blind'; + // } let diff = result.difficulty; if (diff == undefined){ diff = 'normal';