Skip to content

Commit

Permalink
Deleted straggling quote in handlers.dismiss.click() in alert()
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 2, 2025
1 parent 0589cf3 commit bbfc973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const chatgpt = {

dismiss: {
click(event) {
if (event.target == event.currentTarget || event.target.closest('[class*="-close-btn]'))
if (event.target == event.currentTarget || event.target.closest('[class*=-close-btn]'))
dismissAlert()
},

Expand Down

0 comments on commit bbfc973

Please sign in to comment.