Update bs5.liveGrid.cycle.js

axis-lock
Moe 2023-05-03 12:21:27 -07:00
parent 331c4011d0
commit 8642ad1ce3
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ function stopCycleLive(){
liveGridCycleTimer = null
}
function resumeCycleLive(fullList,partForCycle,numberOfMonitors){
const theLocalStorage = dashboardOptions()
const cycleLiveTimerAmount = parseInt(theLocalStorage.cycleLiveTimerAmount) || 30000
function next(){
var afterMonitorId = partForCycle.slice(-1)[0].mid;