Skip to content

Commit

Permalink
replace uses of alert() (#37373)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohini-ranjanR authored Dec 25, 2024
1 parent 62d1752 commit 3d10d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlinputelement/showpicker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ document.querySelectorAll("button").forEach((button) => {
try {
input.showPicker();
} catch (error) {
window.alert(error);
console.log(error);
}
});
});
Expand Down

0 comments on commit 3d10d0f

Please sign in to comment.