diff --git a/index.html b/index.html index 8d91d29..6854ffd 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,7 @@

There's an update!

You should restart - there's a new update of FunnyClock².

+ There should be an SHA here
diff --git a/update.js b/update.js index a417a1c..20e9a37 100644 --- a/update.js +++ b/update.js @@ -14,6 +14,7 @@ function reqData() { // } if (resp != prevSha) { + document.querySelector("#updatesha").innerHTML = `from ${prevSha} to ${resp}`; if (prevSha == "ThisShouldntBeASHA") { localStorage.setItem("commitsha", resp); } else {