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' }