From a074cd89e4c0950c8a307ef5cc00fa5a8aadbddd Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Wed, 26 Aug 2020 02:58:13 +0200 Subject: [PATCH] change description / beta --- HKCheckCompletion.js | 2 +- index.html | 51 +++++++++++++++++++++----------------------- style.css | 5 ++++- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index 6091deb..f0f51ee 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -384,7 +384,7 @@ function HKReadTextArea() { let textAreaId = "save-area"; let contents = document.getElementById(textAreaId).value; - if(contents.length > 0) { + if(contents.length) { let jsonObj = JSON.parse(contents); HKCheckCompletion(jsonObj); // console.log(jsonObj); diff --git a/index.html b/index.html index e08feac..663e190 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@ - Hollow Knight Completion % + Hollow Knight Completion Check - + - + @@ -22,7 +22,7 @@ - +