template: remove some unnecessary newlines

This commit is contained in:
2019-10-31 21:43:57 +01:00
parent 21834b2414
commit b563f124c8
25 changed files with 25 additions and 27 deletions

View File

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