Fixed bug with multiple inner timers and save. Fixed bug with change preset during rounds

This commit is contained in:
2017-09-08 09:21:58 +02:00
parent b91ea9f768
commit fcd87e366b
5 changed files with 15 additions and 9 deletions

View File

@ -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;