Browse Source

Replace another _LANG_ tag with sr

Milos Stojanovic 10 years ago
parent
commit
5adb76335d
1 changed files with 1 additions and 1 deletions
  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);