mirror of https://github.com/gorhill/uBlock.git
use plain E instead of Greek epsilon (for some reason does not render fine in FFox)
This commit is contained in:
parent
d4155bf9e0
commit
251bbe0f43
|
@ -1003,7 +1003,7 @@ var onCandidateChanged = (function() {
|
||||||
}
|
}
|
||||||
pickerBody.querySelector('body section textarea + div').textContent = valid ?
|
pickerBody.querySelector('body section textarea + div').textContent = valid ?
|
||||||
items.length.toLocaleString() :
|
items.length.toLocaleString() :
|
||||||
'ε';
|
'E';
|
||||||
dialog.querySelector('section').classList.toggle('invalidFilter', !valid);
|
dialog.querySelector('section').classList.toggle('invalidFilter', !valid);
|
||||||
dialog.querySelector('#create').disabled = elems.length === 0;
|
dialog.querySelector('#create').disabled = elems.length === 0;
|
||||||
highlightElements(elems, true);
|
highlightElements(elems, true);
|
||||||
|
|
Loading…
Reference in New Issue