Fixed bug with multiple inner timers and save. Fixed bug with change preset during rounds
This commit is contained in:
@ -35,7 +35,7 @@ function getListOfInnerTimers() {
|
||||
|
||||
var timers = settingsPage.mListOfInnerTimers.length
|
||||
for (var i = 0; i < timers; i++) {
|
||||
list.push(settingsPage.mListOfInnerTimers[i].value)
|
||||
list.push(settingsPage.mListOfInnerTimers[i])
|
||||
}
|
||||
|
||||
return list;
|
||||
|
Reference in New Issue
Block a user