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>',
|
'<div>',
|
||||||
'<textarea dir="ltr" spellcheck="false"></textarea>',
|
'<textarea dir="ltr" spellcheck="false"></textarea>',
|
||||||
'<div>',
|
'<div>',
|
||||||
'<button id="create" type="button" disabled>.</button>',
|
'<button id="create" type="button" disabled="disabled">.</button>',
|
||||||
'<button id="pick" type="button">.</button>',
|
'<button id="pick" type="button">.</button>',
|
||||||
'<button id="quit" type="button">.</button>',
|
'<button id="quit" type="button">.</button>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'<ul>',
|
'<ul>',
|
||||||
'<li id="netFilters"><span>.</span><ul></ul>',
|
'<li id="netFilters"><span>.</span><ul></ul></li>',
|
||||||
'<li id="cosmeticFilters"><span>.</span> <span>.</span><ul></ul>',
|
'<li id="cosmeticFilters"><span>.</span> <span>.</span><ul></ul></li>',
|
||||||
'</ul>',
|
'</ul>'
|
||||||
''
|
|
||||||
].join('');
|
].join('');
|
||||||
pickerRoot.appendChild(divDialog);
|
pickerRoot.appendChild(divDialog);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue