fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ed47409765acc43734389bd4c6c1a038b7cde6f2
[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>