Browse Source

language file pull fix.

Nathaniel van Diepen 10 years ago
parent
commit
3a43fd2aba
1 changed files with 1 additions and 1 deletions
  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'
 					}