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

Function deleteBookmark

scripts/reading.js:3640–3646  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

3638}
3639
3640function deleteBookmark(key)
3641{
3642 readingCurrentBookmarks.splice(key, 1);
3643 storage.updateVar('bookmarks', relative.path(dom.history.mainPath), readingCurrentBookmarks);
3644
3645 loadBookmarks(true);
3646}
3647
3648var fromSkip = false;
3649

Callers

nothing calls this directly

Calls 1

loadBookmarksFunction · 0.85

Tested by

no test coverage detected