mirror of https://github.com/gorhill/uBlock.git
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', ( ) => {
|
uDom('#selectAllButton').on('click', ( ) => {
|
||||||
|
cmEditor.focus();
|
||||||
cmEditor.execCommand('selectAll');
|
cmEditor.execCommand('selectAll');
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<p>File a bug report.
|
<p>File a bug report.
|
||||||
</div>
|
</div>
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue