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() { function dragable_postNewContentMap() {
// AjaxRequest.get( AjaxRequest.get(
// { {
// 'url':pageURL 'url':pageURL
// ,'method':'POST' ,'method':'POST'
// ,'map':dragable_getContentMap() ,'map':dragable_getContentMap()
// ,'func':'setContentPositions' ,'func':'setContentPositions'
// } }
// ); );
} }
//gets the element children of a dom object //gets the element children of a dom object