show an empty applies-to URL-prefix in manually added sections
because global sections are less frequently used.
This commit is contained in:
parent
d03ed69b6e
commit
0a3ffb0bc8
|
@ -97,7 +97,7 @@ function addSection(event, section) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!appliesToAdded) {
|
if (!appliesToAdded) {
|
||||||
addAppliesTo(appliesTo);
|
addAppliesTo(appliesTo, event && 'url-prefix', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
appliesTo.addEventListener('change', onChange);
|
appliesTo.addEventListener('change', onChange);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user