diff --git a/index.html b/index.html index d0ee6e4..25248ea 100644 --- a/index.html +++ b/index.html @@ -335,7 +335,7 @@ footer a{color:var(--accent);text-decoration:none}
Bitcoin After Life — Will Executor List welist@bitcoin-after.life - + COMMIT_HASH_PLACEHOLDER
@@ -497,13 +497,6 @@ document.getElementById('submit').addEventListener('click', async () => { (function init() { const blob = new Blob([JSON.stringify(allServers, null, 2)], { type: 'application/json' }); document.getElementById('download').href = URL.createObjectURL(blob); - fetch('/version.json') - .then(r => r.json()) - .then(v => { - document.getElementById('commit-link').href = 'https://bitcoin-after.life/gitea/bitcoinafterlife/bal-welist-website/commit/' + v.commit; - document.getElementById('commit-link').textContent = v.commit; - }) - .catch(() => {}); fetchData(); })(); diff --git a/version.json b/version.json deleted file mode 100644 index 67b3953..0000000 --- a/version.json +++ /dev/null @@ -1 +0,0 @@ -{"commit":"3925092"}