diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-14 23:08:17 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-14 23:08:17 -0700 |
commit | 299195f677d6195d1a181ba9ae6271a21ea3fc83 (patch) | |
tree | 78062c983bc8e3c8d6f3e1b1efc3490d63c7e3bd /ext/bg/js/options.js | |
parent | ed710ed71cf5cac814a9cfa4fdded766a9e238b8 (diff) |
move data out of git lfs
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index a094f73f..ad5d47b6 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -272,7 +272,7 @@ function onDictionarySetUrl(e) { if (url.includes('/')) { dictUrl.val(url); } else { - dictUrl.val(chrome.extension.getURL(`bg/lang/data/${url}/index.json`)); + dictUrl.val(chrome.extension.getURL(`bg/lang/dict/${url}/index.json`)); } dictUrl.trigger('input'); |