From aafbc765cf714ed99ec731c8666549b2c6fd36c0 Mon Sep 17 00:00:00 2001 From: Crazy Crystals <66223163+crazycrystals@users.noreply.github.com> Date: Mon, 10 Apr 2023 01:34:57 -0500 Subject: [PATCH] grammar. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f458745..c79b7fc 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@ verJson.sort(function(a, b) { return a.time.getTime() - b.time.getTime(); }).sort(function(a, b) { - return -1 // this is a really stupid method right? + return -1 // This is a really stupid method right? }).forEach(element => { $("#tbody").append('' + element.sha.substring(0, 7) + '' + element.time.toLocaleString() + '' + element.msg + 'Download') }) @@ -141,7 +141,7 @@ return "rgb(" + r + ',' + g + ',' + b + ")"; } - // this seems not working + // This seems to not be working. rainbow(); function rainbow() {