(chapterIndex, chapterProgress)
| 1413 | var nextOpenChapterProgress = false; |
| 1414 | |
| 1415 | function setNextOpenChapterProgress(chapterIndex, chapterProgress) |
| 1416 | { |
| 1417 | nextOpenChapterProgress = { |
| 1418 | chapterIndex: chapterIndex, |
| 1419 | chapterProgress: chapterProgress, |
| 1420 | }; |
| 1421 | } |
| 1422 | |
| 1423 | // Go to ebook chapter progress |
| 1424 | function goToChapterProgress(chapterIndex, chapterProgress, animation = true) |
no outgoing calls
no test coverage detected