Skip to content

Commit

Permalink
fix: image link in window.confirm (#16763)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored Nov 6, 2023
1 parent 896f6ec commit fe0c3d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/ja/web/api/window/confirm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (window.confirm("Do you really want to leave?")) {

は以下のようになります。

![Firefox の confirm](firefoxcomfirmdialog_zpsf00ec381.png)
![Firefox の confirm](firefox_confirm_dialog.png)

## 注記

Expand Down
2 changes: 1 addition & 1 deletion files/pt-br/web/api/window/confirm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (window.confirm("Você realmente quer sair?")) {

Produzirá:

![firefox confirm](firefoxcomfirmdialog_zpsf00ec381.png)
![firefox confirm](firefox_confirm_dialog.png)

## Notas

Expand Down
2 changes: 1 addition & 1 deletion files/ru/web/api/window/confirm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (window.confirm("Do you really want to leave?")) {

Результат:

![firefox confirm](firefoxcomfirmdialog_zpsf00ec381.png)
![firefox confirm](firefox_confirm_dialog.png)

## Примечания

Expand Down

0 comments on commit fe0c3d3

Please sign in to comment.