From 48e3614e786d97949cf7253eed4070ee4a72e50b Mon Sep 17 00:00:00 2001 From: Albert S Date: Fri, 3 Feb 2023 16:07:11 +0100 Subject: [PATCH] Retire javascript session refresh --- template/quitesimple/general_footer | 5 +---- template/quitesimple/js_session_refresh | 5 ----- template/quitesimple/page_footer | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 template/quitesimple/js_session_refresh diff --git a/template/quitesimple/general_footer b/template/quitesimple/general_footer index c172ee3..e954f64 100644 --- a/template/quitesimple/general_footer +++ b/template/quitesimple/general_footer @@ -4,8 +4,5 @@
  • Powered by qswiki
  • - - \ No newline at end of file + diff --git a/template/quitesimple/js_session_refresh b/template/quitesimple/js_session_refresh deleted file mode 100644 index ffc1bd2..0000000 --- a/template/quitesimple/js_session_refresh +++ /dev/null @@ -1,5 +0,0 @@ -function refreshSession() -{ -fetch(new Request("{qswiki:config:refreshsessionurl}")); -} -setInterval(refreshSession, 60*2*1000); \ No newline at end of file diff --git a/template/quitesimple/page_footer b/template/quitesimple/page_footer index 5fe4919..590e87f 100644 --- a/template/quitesimple/page_footer +++ b/template/quitesimple/page_footer @@ -7,7 +7,6 @@