From ae2097256b581e649b0b8be91e2cddb53ba3886d Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Wed, 3 Jan 2024 01:13:37 +0000 Subject: [PATCH] removed lastupated thingy --- lastupdated.js | 4 ---- template.js | 1 - 2 files changed, 5 deletions(-) delete mode 100644 lastupdated.js diff --git a/lastupdated.js b/lastupdated.js deleted file mode 100644 index cfdd2dc..0000000 --- a/lastupdated.js +++ /dev/null @@ -1,4 +0,0 @@ -let lastupdated = "03/01/24, 01:09:01.188"; -if (typeof module !== 'undefined' && module.exports) { - module.exports = lastupdated; -} diff --git a/template.js b/template.js index 6e0b896..0ad08e3 100755 --- a/template.js +++ b/template.js @@ -13,4 +13,3 @@ function goToLink(link) { window.location.href = link } -console.log(lastupdated)