fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor fixes in picture publishing process.
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
js
/
base.js
diff --git
a/apps/wolnelektury_core/static/js/base.js
b/apps/wolnelektury_core/static/js/base.js
index
4b6c5d3
..
f2a8e26
100644
(file)
--- a/
apps/wolnelektury_core/static/js/base.js
+++ b/
apps/wolnelektury_core/static/js/base.js
@@
-73,7
+73,7
@@
$current = $hidden;
if ($(this).hasClass('load-menu') && !menu_loaded) {
$.ajax({
- url: '/katalog/',
+ url: '/katalog/'
+ LANGUAGE_CODE + '.json'
,
dataType: "json",
}).done(function(data) {
$.each(data, function(index, value) {