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

This commit is contained in:
2019-10-02 22:06:19 +02:00
والد ad6fb8d731
کامیت 1549603c9b
11فایلهای تغییر یافته به همراه27 افزوده شده و 27 حذف شده

مشاهده پرونده

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