From c46da376338107c65aa0c509bcef0f8458821949 Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 31 Jul 2020 15:10:26 +0800 Subject: [PATCH] Added protocol to CDN link --- src/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.html b/src/index.html index be23681..9360035 100644 --- a/src/index.html +++ b/src/index.html @@ -1326,6 +1326,8 @@ if (downloadType === "copy-cdn") { event.preventDefault(); var url = + document.location.protocol + + "//" + document.location.host + `/images/icons/` + item.icon_path +