Skip to content

Commit

Permalink
remove the dnd restriction harish-io#22
Browse files Browse the repository at this point in the history
  • Loading branch information
tony1223 committed Apr 22, 2012
1 parent c610354 commit 9f38e2a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions alpha3/scripts/main.js
Expand Up @@ -723,14 +723,6 @@ function adjustObjectPositions(item)
{
item.css("top", 20)
}
if(t > 400)
{
item.css("top", 400)
}
if(l > 600)
{
item.css("left", 600)
}
l = parseInt(item.css("left").split("px")[0]);
t = parseInt(item.css("top").split("px")[0]);
h = parseInt(item.css("height").split("px")[0]);
Expand Down

0 comments on commit 9f38e2a

Please sign in to comment.