make a copy of the applies-to template

fixes #442
This commit is contained in:
tophf 2018-07-22 16:36:50 +03:00
parent 2cb87d44e0
commit 67f48d5e60

View File

@ -29,7 +29,7 @@ function createAppliesToLineWidget(cm) {
$create('label', t('appliesLabel')),
$create('ul.applies-to-list'),
]),
listItem: template.appliesTo,
listItem: template.appliesTo.cloneNode(true),
appliesToEverything:
$create('li.applies-to-everything', t('appliesToEverything')),
};