Skip to content

Commit

Permalink
use plain E instead of Greek epsilon (for some reason does not render…
Browse files Browse the repository at this point in the history
… fine in FFox)
  • Loading branch information
gorhill committed Dec 25, 2016
1 parent d4155bf commit 251bbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/scriptlets/element-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 251bbe0

Please sign in to comment.