mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
revert attempted fix for #3646
This commit is contained in:
parent
aa20a86b94
commit
827732a991
3 changed files with 1 additions and 3 deletions
2
dist/version
vendored
2
dist/version
vendored
|
@ -1 +1 @@
|
|||
1.15.19.3
|
||||
1.15.19.4
|
||||
|
|
|
@ -36,7 +36,6 @@ var cmEditor = new CodeMirror(
|
|||
document.getElementById('userFilters'),
|
||||
{
|
||||
autofocus: true,
|
||||
inputStyle: 'textarea',
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
styleActiveLine: true
|
||||
|
|
|
@ -72,7 +72,6 @@ var cmEditor = new CodeMirror(
|
|||
document.getElementById('whitelist'),
|
||||
{
|
||||
autofocus: true,
|
||||
inputStyle: 'textarea',
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
styleActiveLine: true
|
||||
|
|
Loading…
Reference in a new issue