re-enabled drag/drop postback of positions. now to debug why it only works for Admin.

This commit is contained in:
Matthew Wilson 2005-12-01 01:19:59 +00:00
parent 8cc0abc682
commit b2da0a04f4

View file

@ -365,14 +365,14 @@ function dragable_dragStop(e) {
}
function dragable_postNewContentMap() {
// AjaxRequest.get(
// {
// 'url':pageURL
// ,'method':'POST'
// ,'map':dragable_getContentMap()
// ,'func':'setContentPositions'
// }
// );
AjaxRequest.get(
{
'url':pageURL
,'method':'POST'
,'map':dragable_getContentMap()
,'func':'setContentPositions'
}
);
}
//gets the element children of a dom object