mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Minor fixes to new Support page
This commit is contained in:
parent
a82295b403
commit
24553163c5
2 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@ uBlockDashboard.patchCodeMirrorEditor(cmEditor);
|
|||
});
|
||||
|
||||
uDom('#selectAllButton').on('click', ( ) => {
|
||||
cmEditor.focus();
|
||||
cmEditor.execCommand('selectAll');
|
||||
});
|
||||
})();
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<p>File a bug report.
|
||||
</div>
|
||||
<div>
|
||||
<button type="button" data-url="https://github.com/uBlockOrigin/uBlock-issues/issues/new?assignees=&labels=&template=bug_report.yml">Open</button>
|
||||
<button type="button" data-url="https://github.com/uBlockOrigin/uBlock-issues/issues/new?template=bug_report.yml">Open</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue