Pd counter i18n fix.
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown.js
index 11d5506..d00dca0 100644 (file)
@@ -6,7 +6,7 @@
    Please attribute the author if you use it. */
 
 /* Modified by Radek Czajka, Fundacja Nowoczesna Polska (radoslaw.czajka(at)nowoczesnapolska.org.pl) */
-w
+
 /* Display a countdown timer.
    Attach it with options like:
    $('div selector').countdown(
@@ -732,4 +732,4 @@ $.fn.countdown = function(options) {
 /* Initialise the countdown functionality. */
 $.countdown = new Countdown(); // singleton instance
 
-})(jQuery);
+})(jQuery);
\ No newline at end of file