Skip to content

Commit

Permalink
remove commentEmbed.html fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Aug 22, 2023
1 parent a0d2dba commit 24b81e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,12 @@ const PaginatedSelect: FunctionComponent<Props> = ({
{isPopoverVisible && !!onFilter ? (
<Localized
id="admin-paginatedSelect-filter"
attrs={{ "aria-roledescription": true }}
attrs={{ "aria-roledescription": true, "aria-label": true }}
>
<TextArea
className={styles.filterInput}
onChange={(e) => onFilter(e.target.value)}
ref={filterRef}
aria-roledescription="Input"
aria-label="Filter results"
/>
</Localized>
Expand All @@ -131,7 +130,6 @@ const PaginatedSelect: FunctionComponent<Props> = ({
whiteSpace: "nowrap",
}}
aria-roledescription="button"
// aria-label={label}
tabIndex={0}
onFocus={() => setIsPopoverVisible(true)}
onBlur={handleButtonBlur}
Expand Down
1 change: 0 additions & 1 deletion src/core/client/oembed/commentEmbed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<script src="http://localhost:3000/assets/js/commentEmbed.js" />
<style>
#coralStream {
max-width: 640px;
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en-US/admin.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ comments-reacted =
## components
admin-paginatedSelect-filter =
.aria-roledescription = Filter results
.aria-label = Filter Results
## User Statuses
userStatus-active = Active
Expand Down

0 comments on commit 24b81e8

Please sign in to comment.