mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
set symbol via https
This commit is contained in:
@@ -72,7 +72,7 @@ cardArt.onload = function() {
|
|||||||
}
|
}
|
||||||
function setSymbolFromGatherer() {
|
function setSymbolFromGatherer() {
|
||||||
if (document.getElementById('inputSetCode').value.toLowerCase() == 'cc') {
|
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 == '') {
|
if (document.getElementById('inputSetRarity').value == '') {
|
||||||
newSetSymbolSource += 'c'
|
newSetSymbolSource += 'c'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user