Bugfix: [1149529] 6.3 CVS: Content positions don't save, [1149801] page position not maintained
This commit is contained in:
parent
c0e81168c5
commit
c7c2c8d178
1 changed files with 1 additions and 1 deletions
|
|
@ -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+=".";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue