Pārlūkot izejas kodu

Update converse.js

thierrytiti 10 gadi atpakaļ
vecāks
revīzija
6034932523
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -215,7 +215,7 @@
 
 
         // Translation machinery
         // Translation machinery
         // ---------------------
         // ---------------------
-		 this.isAvailableLocale=function(locale){
+	this.isAvailableLocale=function(locale){
             ret=null;
             ret=null;
             if (locales[locale]) ret=locales[locale];
             if (locales[locale]) ret=locales[locale];
             else{
             else{