Merge branch 'issue_15'
This commit is contained in:
commit
01f788f227
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ $(function() {
|
||||||
createCard(
|
createCard(
|
||||||
'card' + uniqueID,
|
'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,
|
rotation,
|
||||||
randomCardColour());
|
randomCardColour());
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue