Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / static / js / base.js
index 4b6c5d3..f2a8e26 100644 (file)
@@ -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) {