Added protocol to CDN link

This commit is contained in:
Corey 2020-07-31 15:10:26 +08:00
parent a8114a4f46
commit c46da37633

View file

@ -1326,6 +1326,8 @@
if (downloadType === "copy-cdn") {
event.preventDefault();
var url =
document.location.protocol +
"//" +
document.location.host +
`/images/icons/` +
item.icon_path +