(link)
| 600 | } |
| 601 | } |
| 602 | function removePreloadedLink(link) { |
| 603 | const preloadElement = document.querySelector(`link[href="${link}"]`) |
| 604 | if (preloadElement) { |
| 605 | document.head.removeChild(preloadElement) |
| 606 | } |
| 607 | } |
| 608 | function closePopupOnScroll() { |
| 609 | if (state.popupWindow && !state.popupWindow.closed) { |
| 610 | closePopupWindow() |