Browse Source

Replace another _LANG_ tag with sr

Milos Stojanovic 10 năm trước cách đây
mục cha
commit
5adb76335d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);