From f490dade0b6a342e87fb912bb27236b52e595e41 Mon Sep 17 00:00:00 2001 From: Noval Agung Prayogo Date: Wed, 20 Apr 2022 16:07:59 +0700 Subject: [PATCH] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 95cad46..bc81257 100644 --- a/script.js +++ b/script.js @@ -57,7 +57,7 @@ class SkeetOverflow { // since jon skeet reputation is cached and it's very possible in one second delay his reputation is updated, // so we use this stupid technique to make sure the current reputation matches with his'. if (Math.abs(reputation - this.jonSkeetReputation) < 100000) { - return 'The 1' + return 'The 100%' } const scaledReputation = parseFloat(reputation / this.jonSkeetReputation) * 100 @@ -159,4 +159,4 @@ class SkeetOverflow { jQuery(() => { new SkeetOverflow().run() -}) \ No newline at end of file +})