MCPcopy
hub / github.com/ollm/OpenComic / goNextComic

Function goNextComic

scripts/reading.js:1596–1610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1594}
1595
1596function goNextComic()
1597{
1598 const hasComic = readingManga() ? dom.previousComic() : dom.nextComic();
1599
1600 if(hasComic)
1601 {
1602 let speed = _config.readingViewSpeed;
1603 _config.readingViewSpeed = 0;
1604
1605 let double = goEnd();
1606 if(double) goEnd();
1607
1608 _config.readingViewSpeed = speed;
1609 }
1610}
1611
1612var scrollNextOrPrevComicDelayed = false, scrollNextOrPrevComicST = false;
1613

Callers

nothing calls this directly

Calls 2

readingMangaFunction · 0.85
goEndFunction · 0.85

Tested by

no test coverage detected