move to django 1.4 and django-pipeline,
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-es.js
diff --git a/wolnelektury/static/js/jquery.countdown-es.js b/wolnelektury/static/js/jquery.countdown-es.js
deleted file mode 100644 (file)
index 09657bc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* http://keith-wood.name/countdown.html\r
- * Spanish initialisation for the jQuery countdown extension\r
- * Written by Sergio Carracedo Martinez webmaster@neodisenoweb.com (2008) */\r
-(function($) {\r
-       $.countdown.regional['es'] = {\r
-               labels: ['Años', 'Meses', 'Semanas', 'Dias', 'Horas', 'Minutos', 'Segundos'],\r
-               labels1: ['Años', 'Meses', 'Semanas', 'Dias', 'Horas', 'Minutos', 'Segundos'],\r
-               compactLabels: ['a', 'm', 's', 'g'],\r
-               whichLabels: null,\r
-               timeSeparator: ':', isRTL: false};\r
-       $.countdown.setDefaults($.countdown.regional['es']);\r
-})(jQuery);\r