This commit is contained in:
libccy 2017-04-08 14:30:55 +08:00
parent c89fcdc47e
commit 577d269998
1 changed files with 1 additions and 1 deletions

View File

@ -31340,7 +31340,7 @@
} }
else{ else{
var a=ui.create.node('a',download); var a=ui.create.node('a',download);
a.href=lib.extensionURL+i+'.zip'; a.href=lib.extensionURL+list[i].name+'.zip';
a.download=true; a.download=true;
} }
} }