Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Issue #1711. Blur the removeBanner button to avoid a focus outline.
  • Loading branch information
Mike Taylor committed Aug 15, 2017
commit e405142970b077f80ed86d69cb5c6f2c5f5459e3
1 change: 1 addition & 0 deletions webcompat/static/js/lib/bugform.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ function BugForm() {
uploadLabel.show();
uploadWrapper.removeClass("is-hidden");
removeBanner.off("click");
removeBanner.get(0).blur();

this.hasImage = false;
}, this)
Expand Down