Merge branch 'master' of git+ssh://github.com/fnp/wolnelektury
[wolnelektury.git] / wolnelektury / templates / catalogue / pd_counter.html
1 <div id='countdown'></div>
2 <script>
3 d = new Date({{ pd_counter }}, 1, 1);
4 $('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime}); 
5 </script>