浏览代码

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);