fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed admin template bug: load before extends.
[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>