Reverting change

This commit is contained in:
Djamil Legato
2017-10-10 20:46:05 -07:00
parent 0518e5eabe
commit a0854522c4
2 changed files with 0 additions and 16 deletions
-8
View File
@@ -591,14 +591,6 @@ ready(function() {
if (response.body.data.children) {
layoutmanager.clear(particle.block, { save: false, dropLastGrid: !!response.body.data.children.length, emptyInherits: true });
builder.recursiveLoad(response.body.data.children, builder.insert, 0, particle.getId());
} else {
if (response.body.data.type === 'section') {
layoutmanager.clear(particle.block, {
save: false,
dropLastGrid: false,
emptyInherits: true
});
}
}
if (particle.hasInheritance() && !response.body.data.inherit) {
-8
View File
@@ -3437,14 +3437,6 @@ ready(function() {
if (response.body.data.children) {
layoutmanager.clear(particle.block, { save: false, dropLastGrid: !!response.body.data.children.length, emptyInherits: true });
builder.recursiveLoad(response.body.data.children, builder.insert, 0, particle.getId());
} else {
if (response.body.data.type === 'section') {
layoutmanager.clear(particle.block, {
save: false,
dropLastGrid: false,
emptyInherits: true
});
}
}
if (particle.hasInheritance() && !response.body.data.inherit) {