Skip to content

Commit

Permalink
export.json renamed to export.JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik committed Feb 28, 2022
1 parent f9cc7c2 commit 7bc8956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ function getAGVyrobceTestuList(callback) {
if(AGVyrobceList.length) {
callback(true, AGVyrobceList);
} else {
getAGVyrobceTestuListFetch(chrome.runtime.getURL("assets/export.json"), function(AGVyrobceList) {
getAGVyrobceTestuListFetch(chrome.runtime.getURL("assets/export.JSON"), function(AGVyrobceList) {
callback(false, AGVyrobceList);
});
}
});
} else {
getAGVyrobceTestuListFetch(chrome.runtime.getURL("assets/export.json"), function(AGVyrobceList) {
getAGVyrobceTestuListFetch(chrome.runtime.getURL("assets/export.JSON"), function(AGVyrobceList) {
callback(false, AGVyrobceList);
});
}
Expand Down

0 comments on commit 7bc8956

Please sign in to comment.