attach usercss regexp-test button to the value input
This commit is contained in:
parent
7eb8d1f372
commit
6b2adcf6c3
|
@ -34,7 +34,7 @@ function createAppliesToLineWidget(cm) {
|
||||||
$create('li.applies-to-everything', t('appliesToEverything')),
|
$create('li.applies-to-everything', t('appliesToEverything')),
|
||||||
};
|
};
|
||||||
|
|
||||||
$('button', TPL.listItem).insertAdjacentElement('beforebegin',
|
$('.applies-value', TPL.listItem).insertAdjacentElement('afterend',
|
||||||
$create('button.test-regexp', t('styleRegexpTestButton')));
|
$create('button.test-regexp', t('styleRegexpTestButton')));
|
||||||
|
|
||||||
CLICK_ROUTE = {
|
CLICK_ROUTE = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user