Fix locales fetch location

This commit is contained in:
Misode
2020-06-04 03:12:06 +02:00
parent 3f5ca2177d
commit 3e8f375784

View File

@@ -99,7 +99,7 @@ sourceControlsDownload.addEventListener('click', evt => {
downloadAnchor.click()
})
fetch('locales/schema/en.json')
fetch('../locales/schema/en.json')
.then(r => r.json())
.then(l => {
LOCALES.register('en', l)