Merge branch 'master' of github.com:mozilla/send into testpilotGA

This commit is contained in:
Abhinav Adduri 2017-07-20 08:47:56 -07:00
commit 76a6f02eb7
5 changed files with 23 additions and 12 deletions

View file

@ -21,7 +21,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() {