Skip to content

Commit edf371e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e57b50c commit edf371e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

weblate/static/js/flag-editor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@
164164
}
165165
}
166166
// Carry over accessibility metadata
167-
for (const attr of ["aria-label", "aria-labelledby", "aria-describedby"]) {
167+
for (const attr of [
168+
"aria-label",
169+
"aria-labelledby",
170+
"aria-describedby",
171+
]) {
168172
const value = input.getAttribute(attr);
169173
if (value) {
170174
ts.control_input.setAttribute(attr, value);

0 commit comments

Comments
 (0)