mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Second attempt to fix fetch link
This commit is contained in:
@@ -30,7 +30,7 @@ document.getElementById('header')?.append(modelSelector)
|
||||
new TreeView(model, document!.getElementById('view')!)
|
||||
new SourceView(model, document!.getElementById('source')!)
|
||||
|
||||
fetch('./build/locales/en.json')
|
||||
fetch('build/locales/en.json')
|
||||
.then(r => r.json())
|
||||
.then(l => {
|
||||
LOCALES.register('en', l)
|
||||
|
||||
Reference in New Issue
Block a user