spostata la chiusura finestra in fondo alla pagina
[brisk.git] / web / dnd.js
index 070a1c5..3b2a7a1 100644 (file)
@@ -16,6 +16,8 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
+ * $Id$
+ *
  */
 
 var PLAYERS_N = 3;
@@ -375,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];
                }