Merge pull request #262 from mozilla/progress-bar

sync download progress bar with percentage
This commit is contained in:
Erica 2017-07-20 10:18:30 -04:00 committed by GitHub
commit fc7c7e2c71
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() {