remove duplicate toggleDataset call
This commit is contained in:
parent
f9e11f5806
commit
554d121c45
|
@ -253,7 +253,6 @@ function createSection(originalSection, genId, si) {
|
||||||
dirty.remove(apply, apply);
|
dirty.remove(apply, apply);
|
||||||
if (!appliesTo.length) {
|
if (!appliesTo.length) {
|
||||||
insertApplyAfter({all: true});
|
insertApplyAfter({all: true});
|
||||||
toggleDataset(appliesToContainer, 'all', true);
|
|
||||||
}
|
}
|
||||||
emitSectionChange('apply');
|
emitSectionChange('apply');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user