mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
#3646: find out if this makes a difference
This commit is contained in:
parent
4e3838002c
commit
376c95bcc9
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ var cmEditor = new CodeMirror(
|
|||
document.getElementById('userFilters'),
|
||||
{
|
||||
autofocus: true,
|
||||
inputStyle: 'textarea',
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
styleActiveLine: true
|
||||
|
|
|
@ -72,6 +72,7 @@ var cmEditor = new CodeMirror(
|
|||
document.getElementById('whitelist'),
|
||||
{
|
||||
autofocus: true,
|
||||
inputStyle: 'textarea',
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
styleActiveLine: true
|
||||
|
|
Loading…
Reference in a new issue