Fixed image path for The Main Deck site 8

Thanks for being patient with me about putting double quotes where single quotes should go. I was ignorant enough to think it didn't make any difference, but I see first-hand how important it is here.
This commit is contained in:
PhallenCassidy
2017-06-14 19:03:39 -04:00
committed by GitHub
parent ea2ec17793
commit c51729d976

View File

@@ -54,7 +54,7 @@ var hobbit = {
'30_53': 'http://hobbitdraftgame.free.fr/Cards_Good_def/5_Mirkwood.png',
'30_54': 'http://hobbitdraftgame.free.fr/Cards_Good_def/6_Esgaroth.png',
'30_55': 'http://hobbitdraftgame.free.fr/Cards_Good_def/7_Erebor.png',
'30_56': "http://hobbitdraftgame.free.fr/Cards_Good_def/8_Smaug's_den.png",
'30_56': 'http://hobbitdraftgame.free.fr/Cards_Good_def/8_Smaug\'s_den.png',
'30_57': 'http://hobbitdraftgame.free.fr/Cards_Good_def/9_Battle_of_the_five_armies.png',
'30_58': 'http://hobbitdraftgame.free.fr/Cards_Good_def/Smaug.png',
'31_1': 'http://hobbitdraftgame.free.fr/Cards_Good_def/Dwarven_Axe.png',