Przeglądaj źródła

Replace another _LANG_ tag with sr

Milos Stojanovic 10 lat temu
rodzic
commit
5adb76335d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      js/fileinput_locale_sr.js

+ 1 - 1
js/fileinput_locale_sr.js

@@ -40,5 +40,5 @@
         dropZoneTitle: 'Prevucite datoteke ovde …'
         dropZoneTitle: 'Prevucite datoteke ovde …'
     };
     };
 
 
-    $.extend($.fn.fileinput.defaults, $.fn.fileinput.locales._LANG_);
+    $.extend($.fn.fileinput.defaults, $.fn.fileinput.locales.sr);
 })(window.jQuery);
 })(window.jQuery);