diff --git a/client/script.js b/client/script.js index 5e899fe..6567bba 100644 --- a/client/script.js +++ b/client/script.js @@ -609,7 +609,7 @@ $(function() { createCard( 'card' + uniqueID, '', - 58, 460, + 58, $('div.board-outline').height(),// hack - not a great way to get the new card coordinates, but most consistant ATM rotation, randomCardColour()); });