From f9af9bfe543264ab5b2e64887e4e125fd6287725 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Tue, 16 Jun 2020 17:21:23 -0700 Subject: [PATCH] set symbol via https --- data/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index 91b26d0f..c20db5ed 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -72,7 +72,7 @@ cardArt.onload = function() { } function setSymbolFromGatherer() { if (document.getElementById('inputSetCode').value.toLowerCase() == 'cc') { - var newSetSymbolSource = 'http://cardconjurer.com/data/images/misc/cc-' + document.getElementById('inputSetRarity').value.toLowerCase() + var newSetSymbolSource = 'https://cardconjurer.com/data/images/misc/cc-' + document.getElementById('inputSetRarity').value.toLowerCase() if (document.getElementById('inputSetRarity').value == '') { newSetSymbolSource += 'c' }