Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix reference to renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Aug 4, 2021
1 parent 0fbafd0 commit 9a4b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/showmodaldialog/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1><code>showModalDialog</code> example</h1>
form.onsubmit = function(event) {
event.preventDefault();
result.textContent = window.showModalDialog(
'showmodaldialog-dialog.html',
'dialog.html',
{
'name': firstName.value,
'value': twitter.value
Expand Down

0 comments on commit 9a4b3a9

Please sign in to comment.