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() {