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:
parent
48da85b12b
commit
a9e0ab17e5
@ -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