X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e431bb30d0e8d1feaad3a1c335b7bae596bade03..cf21ebb1502a1f5b7dfc285b9f9e3af4ede3e993:/wolnelektury/static/js/jquery.countdown-fr.js?ds=inline

diff --git a/wolnelektury/static/js/jquery.countdown-fr.js b/wolnelektury/static/js/jquery.countdown-fr.js
index 5f5fac98b..70e17def7 100644
--- a/wolnelektury/static/js/jquery.countdown-fr.js
+++ b/wolnelektury/static/js/jquery.countdown-fr.js
@@ -1,12 +1,12 @@
-/* http://keith-wood.name/countdown.html
-   French initialisation for the jQuery countdown extension
-   Written by Keith Wood (kbwood{at}iinet.com.au) Jan 2008. */
-(function($) {
-	$.countdown.regional['fr'] = {
-		labels: ['Années', 'Mois', 'Semaines', 'Jours', 'Heures', 'Minutes', 'Secondes'],
-		labels1: ['Année', 'Mois', 'Semaine', 'Jour', 'Heure', 'Minute', 'Seconde'],
-		compactLabels: ['a', 'm', 's', 'j'],
-		whichLabels: null,
-		timeSeparator: ':', isRTL: false};
-	$.countdown.setDefaults($.countdown.regional['fr']);
-})(jQuery);
+/* http://keith-wood.name/countdown.html
+   French initialisation for the jQuery countdown extension
+   Written by Keith Wood (kbwood{at}iinet.com.au) Jan 2008. */
+(function($) {
+	$.countdown.regional['fr'] = {
+		labels: ['Années', 'Mois', 'Semaines', 'Jours', 'Heures', 'Minutes', 'Secondes'],
+		labels1: ['Année', 'Mois', 'Semaine', 'Jour', 'Heure', 'Minute', 'Seconde'],
+		compactLabels: ['a', 'm', 's', 'j'],
+		whichLabels: null,
+		timeSeparator: ':', isRTL: false};
+	$.countdown.setDefaults($.countdown.regional['fr']);
+})(jQuery);