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