Skip to content

Commit

Permalink
not sure what this is for
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Dec 8, 2013
1 parent 009dbf8 commit 599d33c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,12 @@ function drawNewCard(id, text, x, y, rot, colour, sticker, animationspeed)

var data = { cardId: cardId, stickerId: stickerId };
sendAction('addSticker', data);
}

//remove hover state to everything on the board to prevent
//a jquery bug where it gets left around
$('.card-hover-draggable').removeClass('card-hover-draggable');
},
hoverClass: 'card-hover-draggable'
}
);

Expand Down

0 comments on commit 599d33c

Please sign in to comment.