diff --git a/front/js/pialert_common.js b/front/js/pialert_common.js index e5be6dd0..7daf48a2 100755 --- a/front/js/pialert_common.js +++ b/front/js/pialert_common.js @@ -1261,7 +1261,7 @@ executeOnce(); setTimeout(() => { const refreshTime = getSetting("UI_REFRESH"); if (refreshTime && refreshTime !== "0" && refreshTime !== "") { - newTimerRefreshData(clearCache, refreshTime); + newTimerRefreshData(clearCache, parseInt(refreshTime)*1000); } }, 10000);