diff --git a/template/quitesimple/general_footer b/template/quitesimple/general_footer index ec315a8..9ec5c7d 100644 --- a/template/quitesimple/general_footer +++ b/template/quitesimple/general_footer @@ -5,14 +5,7 @@ diff --git a/template/quitesimple/js_session_refresh b/template/quitesimple/js_session_refresh new file mode 100644 index 0000000..287f6d9 --- /dev/null +++ b/template/quitesimple/js_session_refresh @@ -0,0 +1,5 @@ +function refreshSession() +{ +fetch(new Request("{qswiki:config:refreshsessionurl}")); +} +setInterval(refreshSession, 60*2*1000); diff --git a/template/quitesimple/page_footer b/template/quitesimple/page_footer index 90cd7e6..3aba2fe 100644 --- a/template/quitesimple/page_footer +++ b/template/quitesimple/page_footer @@ -7,14 +7,7 @@