Skip to content

Commit 61f6a21

Browse files
authored
Update article.md
1 parent 6347e9e commit 61f6a21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • 2-ui/5-loading/01-onload-ondomcontentloaded

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ window.addEventListener("unload", function() {
170170
```js run
171171
window.onbeforeunload = function() {
172172
return false;
173-
return "There are unsaved changes. Leave now?";
174173
};
175174
```
176175

0 commit comments

Comments
 (0)