Retire javascript session refresh
This commit is contained in:
@@ -4,8 +4,5 @@
|
|||||||
<li style="font-size: 10pt">Powered by qswiki</li>
|
<li style="font-size: 10pt">Powered by qswiki</li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
<script>
|
|
||||||
{qswiki:include:js_session_refresh}
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
function refreshSession()
|
|
||||||
{
|
|
||||||
fetch(new Request("{qswiki:config:refreshsessionurl}"));
|
|
||||||
}
|
|
||||||
setInterval(refreshSession, 60*2*1000);
|
|
@@ -7,7 +7,6 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<script src="{qswiki:config:highlightjspath}"></script>
|
<script src="{qswiki:config:highlightjspath}"></script>
|
||||||
<script>
|
<script>
|
||||||
{qswiki:include:js_session_refresh}
|
|
||||||
hljs.highlightAll();
|
hljs.highlightAll();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user