remove spaces etc. at end of line (no functional change)

This commit is contained in:
2019-10-02 22:06:19 +02:00
parent 559baf65da
commit 0f6d1abbd5
6 ha cambiato i file con 19 aggiunte e 19 eliminazioni

Vedi File

@@ -1,5 +1,5 @@
function refreshSession()
{
function refreshSession()
{
fetch(new Request("{qswiki:config:refreshsessionurl}"));
}
}
setInterval(refreshSession, 60*2*1000);