Compare commits
1 Commits
fa5d9daf4b
...
dc3d40881e
Author | SHA1 | Date | |
---|---|---|---|
dc3d40881e |
@ -116,11 +116,9 @@ async function handleContentLoaded() {
|
|||||||
reasonInputElement?.addEventListener('input', handleInputChange);
|
reasonInputElement?.addEventListener('input', handleInputChange);
|
||||||
reasonInputElement?.addEventListener('keydown', handleInputKeyDown);
|
reasonInputElement?.addEventListener('keydown', handleInputKeyDown);
|
||||||
|
|
||||||
if (!state.updateAvailable) {
|
|
||||||
const reportButtonElement = document.getElementById('report-button');
|
const reportButtonElement = document.getElementById('report-button');
|
||||||
reportButtonElement?.addEventListener('click', handleReportClick);
|
reportButtonElement?.addEventListener('click', handleReportClick);
|
||||||
reportButtonElement?.removeAttribute('disabled');
|
reportButtonElement?.removeAttribute('disabled');
|
||||||
}
|
|
||||||
|
|
||||||
const urlInputElement = document.getElementById('report-input-url');
|
const urlInputElement = document.getElementById('report-input-url');
|
||||||
urlInputElement?.addEventListener('input', handleInputChange);
|
urlInputElement?.addEventListener('input', handleInputChange);
|
||||||
|
@ -107,7 +107,7 @@ main > .banner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& #issue-banner-url,
|
& #issue-banner-url,
|
||||||
& #update-banner-url {
|
#update-banner-url {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user