summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Kurylo <anna.kurilo21@gmail.com>2018-10-24 21:06:35 +0200
committerAnna Kurylo <anna.kurilo21@gmail.com>2018-10-24 21:06:35 +0200
commit222690a0f875023459cb1b0ced12ae9dcea08c10 (patch)
treefb8b682005d8ccba637d1ef6123ec75996297f9e
parent31384ccfc7031aecdd931475632a35e934b7c885 (diff)
downloadcherrypy-git-222690a0f875023459cb1b0ced12ae9dcea08c10.tar.gz
remove seconds from the python2 drop countdown
-rw-r--r--docs/_templates/python_2_eol.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/python_2_eol.html b/docs/_templates/python_2_eol.html
index b5d0a8d6..e11e96d0 100644
--- a/docs/_templates/python_2_eol.html
+++ b/docs/_templates/python_2_eol.html
@@ -57,7 +57,7 @@
<script>
var py2_death = moment('2020-04-12').toDate()
- countdown(py2_death, update_time_left)
+ countdown(py2_death, update_time_left, ~(countdown.SECONDS | countdown.MILLISECONDS))
function update_time_left(moments_left, timer_id) {
document.querySelector('#python27eol time').innerHTML = moments_left.toHTML("em")