From 299195f677d6195d1a181ba9ae6271a21ea3fc83 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 14 Mar 2017 23:08:17 -0700 Subject: move data out of git lfs --- ext/bg/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js') 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'); -- cgit v1.2.3