MCPcopy Index your code
hub / github.com/ollm/OpenComic / editReadingShortcutPagesConfig

Function editReadingShortcutPagesConfig

scripts/reading.js:3953–3967  ·  view source on GitHub ↗
(event, key = 0)

Source from the content-addressed store, hash-verified

3951}
3952
3953function editReadingShortcutPagesConfig(event, key = 0)
3954{
3955 event.stopPropagation();
3956
3957 let selectTab = document.querySelector('#reading-pages .tabs > div > div.active').dataset.name;
3958
3959 loadReadingPages(key, true, selectTab);
3960
3961 reading.changePagesView(0);
3962
3963 loadReadingPages(key, true, selectTab);
3964
3965 filters.apply();
3966 doublePage.apply();
3967}
3968
3969function editReadingShortcutPagesConfigName(key = 0, save = false)
3970{

Callers

nothing calls this directly

Calls 1

loadReadingPagesFunction · 0.85

Tested by

no test coverage detected