(full = false, imageIndex = false)
| 3462 | } |
| 3463 | |
| 3464 | function reload(full = false, imageIndex = false) |
| 3465 | { |
| 3466 | imageIndex = imageIndex !== false ? imageIndex : reloadIndex(); |
| 3467 | |
| 3468 | if(full) |
| 3469 | { |
| 3470 | dom.openComic(true, images[imageIndex].path, dom.history.mainPath, false, false, false, true); |
| 3471 | } |
| 3472 | else |
| 3473 | { |
| 3474 | read(readingCurrentPath, imageIndex, false, readingIsCanvas, readingIsEbook); |
| 3475 | } |
| 3476 | } |
| 3477 | |
| 3478 | function change(key, value) |
| 3479 | { |
nothing calls this directly
no test coverage detected