projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041ad76
)
commentato del debug
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Mon, 15 Jan 2007 12:52:30 +0000
(12:52 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Mon, 15 Jan 2007 12:52:30 +0000
(12:52 +0000)
web/dnd.js
patch
|
blob
|
history
diff --git
a/web/dnd.js
b/web/dnd.js
index
354931f
..
3b2a7a1
100644
(file)
--- 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];
}