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

This commit is contained in:
2019-10-02 22:06:19 +02:00
parent ad6fb8d731
commit 1549603c9b
11 changed files with 27 additions and 27 deletions

View File

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