Fix the sticker bug(2)

This commit is contained in:
Raincole 2011-06-14 08:21:05 +08:00
parent a7d803c7bc
commit 1ff51b826d

View file

@ -192,7 +192,7 @@ function drawNewCard(id, text, x, y, rot, colour, sticker, animationspeed)
sendAction('moveCard', data);
});
card.children(".content").droppable(
card.children(".droppable").droppable(
{
accept: '.sticker',
drop: function( event, ui ) {