mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Minor fixes to new Support page
This commit is contained in:
parent
a82295b403
commit
24553163c5
@ -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 New Issue
Block a user