From c51729d976c924253a4db8d5d540d9d08bf55def Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Wed, 14 Jun 2017 19:03:39 -0400 Subject: [PATCH] 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. --- gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/hobbit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/hobbit.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/hobbit.js index bcfd98b8b..5001f8ac2 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/hobbit.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-019/hobbit.js @@ -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',