adding dragable content
This commit is contained in:
parent
e29abf5cca
commit
5a70267ee8
4 changed files with 20 additions and 16 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue