mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-11 05:32:40 +01:00
Merge pull request #262 from mozilla/progress-bar
sync download progress bar with percentage
This commit is contained in:
commit
fc7c7e2c71
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user