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() {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue