Merge pull request #3834 from dibdot/adblock
luci-app-adblock: disable textarea spellcheck
This commit is contained in:
commit
bee97d8041
@ -25,6 +25,7 @@ return view.extend({
|
||||
E('p', {},
|
||||
E('textarea', {
|
||||
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
||||
'spellcheck': 'false',
|
||||
'wrap': 'off',
|
||||
'rows': 25
|
||||
}, [ blacklist != null ? blacklist : '' ])
|
||||
|
||||
@ -25,6 +25,7 @@ return view.extend({
|
||||
E('p', {},
|
||||
E('textarea', {
|
||||
'style': 'width: 100% !important; padding: 5px; font-family: monospace',
|
||||
'spellcheck': 'false',
|
||||
'wrap': 'off',
|
||||
'rows': 25
|
||||
}, [ whitelist != null ? whitelist : '' ])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user