This commit is contained in:
Raymond Hill 2018-03-17 08:38:49 -04:00
parent 940c459212
commit e26e70ad4e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -36,7 +36,6 @@ var mergeView = new CodeMirror.MergeView(
{
allowEditingOriginals: true,
connect: 'align',
inputStyle: 'contenteditable',
lineNumbers: true,
lineWrapping: false,
origLeft: '',

View File

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