1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Minor fixes to new Support page

This commit is contained in:
Raymond Hill 2021-10-14 12:00:24 -04:00
parent a82295b403
commit 24553163c5
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ uBlockDashboard.patchCodeMirrorEditor(cmEditor);
});
uDom('#selectAllButton').on('click', ( ) => {
cmEditor.focus();
cmEditor.execCommand('selectAll');
});
})();

View File

@ -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>