This commit is contained in:
2020-02-27 23:23:38 -05:00
parent 3358c57cea
commit 171684443f
4 changed files with 76 additions and 40 deletions
+2 -2
View File
@@ -493,7 +493,7 @@
debug: false,
fallbackLng: "en",
backend: {
loadPath: "../../../app-assets/data/locales/{{lng}}.json"
loadPath: "/assets2/data/locales/{{lng}}.json"
},
returnObjects: true
},
@@ -679,7 +679,7 @@
a = 0;
// getting json data from file for search results
$.getJSON("../../../app-assets/data/" + $filename + ".json", function (
$.getJSON("/assets2/data/" + $filename + ".json", function (
data
) {
for (var i = 0; i < data.listItems.length; i++) {
+1 -1
View File
File diff suppressed because one or more lines are too long