Guest User

Untitled

a guest
May 21st, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (window.location.search.match("[?&]IsDlg=1"))
  2.  
  3. var parentObject = window.frameElement;
  4. if (parentObject != null) {
  5. var waitDialog = parentObject.waitDialog;
  6. if (waitDialog != null) {
  7. waitDialog.close();
  8. }
  9. }
  10.  
  11. var isInIFrame = (window.location != window.parent.location) ? true : false;
Add Comment
Please, Sign In to add comment