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

Este commit está contenido en:
2019-10-02 22:06:19 +02:00
padre ad6fb8d731
commit 1549603c9b
Se han modificado 11 ficheros con 27 adiciones y 27 borrados

Ver fichero

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