Skip to content

Commit

Permalink
Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Mar 14, 2022
1 parent c2b217c commit 6162a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function openLoginPrompt(parent, el, htmlBadgeDiv) {
positionPrompt( htmlBadgeDiv );
el.classList.toggle("js-fbc-prompt-active");
document.body.classList.toggle("js-fbc-prompt-active");
htmlBadgeDiv.querySelector(".fbc-badge-prompt-btn-cancel").focus()
htmlBadgeDiv.querySelector(".fbc-badge-prompt-btn-cancel").focus();
}

function addFacebookBadge (target, badgeClassUId, socialAction) {
Expand Down

0 comments on commit 6162a18

Please sign in to comment.