- Added librarian as a submodule.
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-uk.js
index e38ab04..c98791e 100644 (file)
@@ -1,12 +1,12 @@
-/* http://keith-wood.name/countdown.html\r
- * Ukrainian initialisation for the jQuery countdown extension\r
- * Written by Goloborodko M misha.gm@gmail.com (2009) */\r
-(function($) {\r
-       $.countdown.regional['uk'] = {\r
-               labels: ['Років', 'Місяців', 'Тижднів', 'Днів', 'Годин', 'Хвилин', 'Секунд'],\r
-               labels1: ['Рік', 'Місяць', 'Тиждень', 'День', 'Година', 'Хвилина', 'Секунда'],\r
-               compactLabels: ['r', 'm', 't', 'd'],\r
-               whichLabels: null,\r
-               timeSeparator: ':', isRTL: false};\r
-       $.countdown.setDefaults($.countdown.regional['uk']);\r
-})(jQuery);\r
+/* http://keith-wood.name/countdown.html
+ * Ukrainian initialisation for the jQuery countdown extension
+ * Written by Goloborodko M misha.gm@gmail.com (2009) */
+(function($) {
+       $.countdown.regional['uk'] = {
+               labels: ['Років', 'Місяців', 'Тижднів', 'Днів', 'Годин', 'Хвилин', 'Секунд'],
+               labels1: ['Рік', 'Місяць', 'Тиждень', 'День', 'Година', 'Хвилина', 'Секунда'],
+               compactLabels: ['r', 'm', 't', 'd'],
+               whichLabels: null,
+               timeSeparator: ':', isRTL: false};
+       $.countdown.setDefaults($.countdown.regional['uk']);
+})(jQuery);