From b2da0a04f44f641d15ac4c51514e6c7a50f04f50 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Thu, 1 Dec 2005 01:19:59 +0000 Subject: [PATCH] re-enabled drag/drop postback of positions. now to debug why it only works for Admin. --- www/extras/wobject/Dashboard/draggable.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/extras/wobject/Dashboard/draggable.js b/www/extras/wobject/Dashboard/draggable.js index df16fa6f7..1ed3b302b 100644 --- a/www/extras/wobject/Dashboard/draggable.js +++ b/www/extras/wobject/Dashboard/draggable.js @@ -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