This commit is contained in:
parent
577d269998
commit
86fe190d5b
|
@ -31340,7 +31340,7 @@
|
|||
}
|
||||
else{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue