This commit is contained in:
libccy 2017-04-08 14:33:15 +08:00
parent 577d269998
commit 86fe190d5b
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+list[i].name+'.zip'; a.href=lib.extensionURL+'zip/'+list[i].name+'.zip';
a.download=true; a.download=true;
} }
} }