Update bs5.liveGrid.cycle.js
parent
331c4011d0
commit
8642ad1ce3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue