mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Merge 899b296bfe
This commit is contained in:
@@ -187,7 +187,7 @@ function stopTimerRefreshData () {
|
|||||||
function newTimerRefreshData (refeshFunction) {
|
function newTimerRefreshData (refeshFunction) {
|
||||||
timerRefreshData = setTimeout (function() {
|
timerRefreshData = setTimeout (function() {
|
||||||
refeshFunction();
|
refeshFunction();
|
||||||
}, 5000);
|
}, 60000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user