Nathaniel van Diepen пре 10 година
родитељ
комит
3a43fd2aba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      site/js/index.js

+ 1 - 1
site/js/index.js

@@ -562,7 +562,7 @@ $(function(){
 				console.log(_('Language change detected'));
 				LANG = window.navigator.language;
 				lang = Pomo.load(
-					__HOSTNAME__+'site/api?action=lang',{
+					__HOSTNAME__+'site/api/?action=lang',{
 						format: 'po',
 						mode: 'ajax'
 					}