From 1ff51b826da53fad2dc8ad7baa6ff39b8494b9ae Mon Sep 17 00:00:00 2001 From: Raincole Date: Tue, 14 Jun 2011 08:21:05 +0800 Subject: [PATCH] Fix the sticker bug(2) --- client/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {