fix buggy migration
[wolnelektury.git] / wolnelektury / templates / catalogue / pd_counter.html
index ed47409..79c0ada 100644 (file)
@@ -1,5 +1,6 @@
 <div id='countdown'></div>
 <script>
+$.countdown.setDefaults($.countdown.regional['{{ LANGUAGE_CODE }}']);
 d = new Date({{ pd_counter }}, 1, 1);
-$('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime}); 
+$('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime});
 </script>