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