From: Matteo Nastasi (mop) <nastasi@alternativeoutput.it>
Date: Mon, 15 Jan 2007 12:52:30 +0000 (+0000)
Subject: commentato del debug
X-Git-Tag: 3.0.0~378
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=b8906d66a9ea34d4636c6c87909d2e0c26aec5ce;p=brisk.git

commentato del debug
---

diff --git a/web/dnd.js b/web/dnd.js
index 354931f..3b2a7a1 100644
--- a/web/dnd.js
+++ b/web/dnd.js
@@ -377,7 +377,7 @@ function card_mouseup_cb(o) {
 
 	for (i = 0 ; i < cards_n ; i++) {
 	    if (cards_pos[i] == idx) {
-		$("sandbox").innerHTML = "Pippo: "+ i;
+		/* $("sandbox").innerHTML = "Pippo: "+ i; */
 		for (e = i ; e < cards_n-1 ; e++) {
 		    cards_pos[e] = cards_pos[e+1];
 		}