1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 21:22:35 +01:00

sync download progress bar with percentage

This commit is contained in:
Daniela Arcese 2017-07-20 09:25:04 -04:00
parent 48da85b12b
commit a9e0ab17e5

View File

@ -15,7 +15,8 @@ $(document).ready(function() {
value: 0.0,
startAngle: -Math.PI / 2,
fill: '#00C8D7',
size: 158
size: 158,
animation: { duration: 300 }
});
$('#download-btn').click(download);
function download() {