fix
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user