소스 검색

Replace another _LANG_ tag with sr

Milos Stojanovic 10 년 전
부모
커밋
5adb76335d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/fileinput_locale_sr.js

+ 1 - 1
js/fileinput_locale_sr.js

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