1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

use plain E instead of Greek epsilon (for some reason does not render fine in FFox)

This commit is contained in:
gorhill 2016-12-25 17:05:30 -05:00
parent d4155bf9e0
commit 251bbe0f43

View File

@ -1003,7 +1003,7 @@ var onCandidateChanged = (function() {
}
pickerBody.querySelector('body section textarea + div').textContent = valid ?
items.length.toLocaleString() :
'ε';
'E';
dialog.querySelector('section').classList.toggle('invalidFilter', !valid);
dialog.querySelector('#create').disabled = elems.length === 0;
highlightElements(elems, true);