diff --git a/client/script.js b/client/script.js index cc56773..04f18a3 100644 --- a/client/script.js +++ b/client/script.js @@ -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 ) {