```javascript if (self === top) { // The page is not in an iframe document.body.style.display = "block"; } else { // The page is in an iframe top.location = self.location; } ```
top of page

2021 Grants Ceremony - Video Feature



30 views0 comments

Comments


bottom of page