From c1df2f301ff98761b2e5d5401b07ebf84debdc00 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Mon, 2 Jul 2018 17:50:11 +0200 Subject: [PATCH] added count down for download --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index fea6b215..2c4b970b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,9 +101,9 @@ }, 1000); } function downloadFile(uri) { + cnt = 10; $('#download-counter').show(); $('#download-counter').html("Your download starts in... " + cnt); - cnt = 10; downloadCounter(uri); }