mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update creator-9.js
This commit is contained in:
@@ -956,7 +956,7 @@ function fetchSetSymbol() {
|
||||
var setCode = document.querySelector('#set-symbol-code').value.toLowerCase() || 'cmd';
|
||||
var setRarity = document.querySelector('#set-symbol-rarity').value.toLowerCase() || 'c';
|
||||
if (['cc', 'logan', 'joe'].includes(setCode.toLowerCase())) {
|
||||
uploadSetSymbol(`/img/setSymbols/${setCode.toLowerCase()}-${setRarity}.svg`, 'resetSetSymbol');
|
||||
uploadSetSymbol(fixUri(`/img/setSymbols/${setCode.toLowerCase()}-${setRarity}.svg`), 'resetSetSymbol');
|
||||
} else {
|
||||
imageURL('http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + setCode + '&size=large&rarity=' + setRarity, uploadSetSymbol, 'resetSetSymbol');
|
||||
}
|
||||
|
Reference in New Issue
Block a user