Bugfix: [1149529] 6.3 CVS: Content positions don't save, [1149801] page position not maintained

This commit is contained in:
Martin Kamerbeek 2005-03-17 20:05:06 +00:00
parent c0e81168c5
commit c7c2c8d178

View file

@ -422,7 +422,7 @@ function dragable_getContentMap() {
contentCount=1; contentCount=1;
var contentArea = document.getElementById("position1"); var contentArea = document.getElementById("position1");
while (contentArea) { while (contentArea) {
if (contentMap != "") { if ((contentMap != "") || (contentArea.id == 'position2')) {
contentMap+="."; contentMap+=".";
} }