adding dragable content

This commit is contained in:
JT Smith 2004-02-15 21:04:12 +00:00
parent e29abf5cca
commit 5a70267ee8
4 changed files with 20 additions and 16 deletions

View file

@ -90,7 +90,7 @@ function dragable_init(url) {
dragableList[dragableList.length]=document.getElementById(children[i].id + "_div");
}
}
obj = document.getElementById("positionArea" + contentCount);
obj = document.getElementById("position" + contentCount);
contentCount++;
}