Merge pull request from nedk/issue_15

fixes 
This commit is contained in:
ali asaria 2011-06-07 07:18:00 -07:00
commit c60913854f

View file

@ -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());
});