File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 handleError ,
66 showLoading
77} from '../main.js'
8+ import { getCurrentTranslation } from './navigation.js'
89import { loadPassage } from './passage.js'
910import {
1011 deletePDFFromIndexedDB ,
Original file line number Diff line number Diff line change 11import { handleError } from '../main.js'
22import { loadPDFFromIndexedDB } from './pdf.js'
3- export const APP_VERSION = '1.1.02 .2025.11.06' ;
3+ export const APP_VERSION = '1.1.03 .2025.11.06' ;
44let saveTimeout = null ;
55const SAVE_DEBOUNCE_MS = 500 ;
66export const BOOK_ORDER = [
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import {
2020 showLoading
2121} from '../main.js'
2222
23+ import { getCurrentTranslation } from './navigation.js'
24+
2325import { loadPassage } from './passage.js'
2426
2527import {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { handleError } from '../main.js'
2020import { loadPDFFromIndexedDB } from './pdf.js'
2121
2222/* Global constants */
23- export const APP_VERSION = '1.1.02 .2025.11.06' ;
23+ export const APP_VERSION = '1.1.03 .2025.11.06' ;
2424let saveTimeout = null ;
2525const SAVE_DEBOUNCE_MS = 500 ;
2626
You can’t perform that action at this time.
0 commit comments