re-enabled drag/drop postback of positions. now to debug why it only works for Admin.
This commit is contained in:
parent
8cc0abc682
commit
b2da0a04f4
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue