From 265505d25dd6af40ce8a9d47270c79bcf4378e3e Mon Sep 17 00:00:00 2001 From: aespin Date: Thu, 24 Oct 2024 13:13:14 +0200 Subject: [PATCH] wip --- assets/js/index.js | 4 +- templates/base.html | 7 -- templates/index.html | 283 ++++++++----------------------------------- 3 files changed, 51 insertions(+), 243 deletions(-) diff --git a/assets/js/index.js b/assets/js/index.js index 8c63d33..401f1b6 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -1,6 +1,6 @@ $(document).ready(function () { - setTimeout(function() { + setTimeout(function () { console.log("refresh"); location.reload(); - }, 2000); + }, 10 * 1000); }); diff --git a/templates/base.html b/templates/base.html index 4bf12df..f651d4e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,13 +17,6 @@ -