You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3-frames-and-windows/01-popup-windows/article.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,11 +219,7 @@ There's also `window.onscroll` event.
219
219
220
220
Theoretically, there are `window.focus()` and `window.blur()` methods to focus/unfocus on a window. And there are also `focus/blur` events that allow to catch the moment when the visitor focuses on a window and switches elsewhere.
221
221
222
-
<<<<<<< HEAD
223
-
Although, in practice they are severely limited, because in the past evil pages abused them.
224
-
=======
225
222
Although, in practice they are severely limited, because in the past evil pages abused them.
0 commit comments