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

This commit is contained in:
2019-10-02 22:06:19 +02:00
szülő 559baf65da
commit 0f6d1abbd5
6 fájl változott, egészen pontosan 19 új sor hozzáadva és 19 régi sor törölve

Fájl megtekintése

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