fixing several bugs. Also enabling saving of contentPositions for all users, not just admins.

This commit is contained in:
Matthew Wilson 2005-12-01 04:17:32 +00:00
parent e9791e34e3
commit 39b949e9f3
7 changed files with 34 additions and 30 deletions

View file

@ -371,6 +371,7 @@ function dragable_postNewContentMap() {
,'method':'POST'
,'map':dragable_getContentMap()
,'func':'setContentPositions'
// ,'onSuccess':function(req){ alert(req.responseText); }
}
);
}