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
1 changed files with 2 additions and 1 deletions

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() {