X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fdnd.js;h=312b604bf9dcc1707006a789841d4307d1fbc9ef;hb=2e3cd237127d4d429bd7132d2ed06e597ac9f4dc;hp=354931fbc8bf4d170514b86ee29841884b7e99bc;hpb=f406d58f75cd486eaab74be94faf70d516684e5a;p=brisk.git diff --git a/web/dnd.js b/web/dnd.js index 354931f..312b604 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]; } @@ -858,42 +858,3 @@ function cards_take(win) movimg.start(gst); } } - -function cards_hidetake(win) -{ - - - - -} -/* - window.onload = function() { - $("log").innerHTML += " xxxxxxxxxxxxxxxxxxxxxONLOAD
"; 53; - - - // $("imm2").style.left = 600; - // $("imm2").style.top = 400; - var zigu = new slowimg($("imm"),300,100,15,"fin"); - zigu.settime(1000); - zigu.start(); - // setTimeout(function() { alert("FIN:" + fin); }, 5000); - } -*/ - - - -/* - window.onload = function() { - // - var greet = document.createElement("span"); - greet.style.backgroundColor = "yellow"; - greet.innerHTML = "Hello World!"; - $("sandbox").appendChild(greet); - // - cards_dispose_so(); - - for (i=0 ; i < 8 ; i++) { - Drag.init($("card" + i), card_mouseup_cb); - } - } -*/