From a8c6e814800a78f4325d49f8a08a0332d45a3842 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 19 Mar 2008 06:27:19 +0000 Subject: [PATCH] removed cards_hidetake(win) dumb function --- web/dnd.js | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/web/dnd.js b/web/dnd.js index 3b2a7a1..312b604 100644 --- a/web/dnd.js +++ b/web/dnd.js @@ -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); - } - } -*/ -- 2.17.1