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

#3646: find out if this makes a difference

This commit is contained in:
Raymond Hill 2018-03-27 14:11:06 -04:00
parent 4e3838002c
commit 376c95bcc9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ var cmEditor = new CodeMirror(
document.getElementById('userFilters'),
{
autofocus: true,
inputStyle: 'textarea',
lineNumbers: true,
lineWrapping: true,
styleActiveLine: true

View File

@ -72,6 +72,7 @@ var cmEditor = new CodeMirror(
document.getElementById('whitelist'),
{
autofocus: true,
inputStyle: 'textarea',
lineNumbers: true,
lineWrapping: true,
styleActiveLine: true