From 6834d5d3cfe94c7e6b41dab1393c327af90e8437 Mon Sep 17 00:00:00 2001 From: "marcin.sciesinski" Date: Sat, 20 Mar 2021 09:25:27 -0700 Subject: [PATCH] Changed links to images to be on https --- .../gemp-lotr-async/src/main/web/js/gemp-022/jCards.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/jCards.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/jCards.js index 34592b359..a958e092f 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/jCards.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/jCards.js @@ -2,11 +2,11 @@ var cardCache = {}; var cardScale = 357 / 497; var fixedImages = { // "Forth the Three Hunters!" cards, separate special images - "15_204": "http://lotrtcgwiki.com/images/LOTR15060D.jpg", - "15_205": "http://lotrtcgwiki.com/images/LOTR15060E.jpg", - "15_206": "http://lotrtcgwiki.com/images/LOTR15060G.jpg", + "15_204": "https://lotrtcgwiki.com/images/LOTR15060D.jpg", + "15_205": "https://lotrtcgwiki.com/images/LOTR15060E.jpg", + "15_206": "https://lotrtcgwiki.com/images/LOTR15060G.jpg", // Holidays Gandalf - "15_207": "http://lotrtcgwiki.com/images/LOTR15029H.jpg", + "15_207": "https://lotrtcgwiki.com/images/LOTR15029H.jpg", // Gemp-LotR promos "gl_theOneRing": "/gemp-lotr/images/cards/gl_theOneRing.png" }; @@ -359,7 +359,7 @@ var Card = Class.extend({ }, getMainLocation: function (setNo, cardNo) { - return "http://lotrtcgwiki.com/images/"; + return "https://lotrtcgwiki.com/images/"; }, getMasterworksOffset: function (setNo) {