mirror of https://github.com/gorhill/uBlock.git
this fixes #387
This commit is contained in:
parent
617440dd27
commit
f6120299af
|
@ -867,16 +867,15 @@ var startPicker = function(details) {
|
|||
'<div>',
|
||||
'<textarea dir="ltr" spellcheck="false"></textarea>',
|
||||
'<div>',
|
||||
'<button id="create" type="button" disabled>.</button>',
|
||||
'<button id="create" type="button" disabled="disabled">.</button>',
|
||||
'<button id="pick" type="button">.</button>',
|
||||
'<button id="quit" type="button">.</button>',
|
||||
'</div>',
|
||||
'</div>',
|
||||
'<ul>',
|
||||
'<li id="netFilters"><span>.</span><ul></ul>',
|
||||
'<li id="cosmeticFilters"><span>.</span> <span>.</span><ul></ul>',
|
||||
'</ul>',
|
||||
''
|
||||
'<li id="netFilters"><span>.</span><ul></ul></li>',
|
||||
'<li id="cosmeticFilters"><span>.</span> <span>.</span><ul></ul></li>',
|
||||
'</ul>'
|
||||
].join('');
|
||||
pickerRoot.appendChild(divDialog);
|
||||
|
||||
|
|
Loading…
Reference in New Issue