mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
load html pages from service worker
This commit is contained in:
@@ -227,7 +227,7 @@ export class UI {
|
||||
state.html_file == f
|
||||
? { value: f, selected: true }
|
||||
: { value: f},
|
||||
f == '' ? 'abount:blank' : f
|
||||
f == '' ? 'about:blank' : f
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user