Skip to content

Commit

Permalink
Marble: Scroll to verse
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-ubs committed Nov 22, 2024
1 parent 58aa039 commit d2e84f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website-viewer/src/websiteViewerOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function getWebsiteOptions(): Map<keyof CommandHandlers, WebsiteViewerOpt
return `https://marble.bible/text?book=${bookName}&chapter=${scrRef.chapterNum}&verse=${scrRef.verseNum}`;
},
websiteName: 'UBS Marble',
watchRefChange: RefChange.WATCH_CHAPTER_CHANGE,
watchRefChange: RefChange.WATCH_VERSE_CHANGE,
};

const wiBiLexOptions: WebsiteViewerOptions = {
Expand Down

0 comments on commit d2e84f3

Please sign in to comment.