Guest User

Untitled

a guest
Jun 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Modernizr
  2. .addTest('iframe', function() {
  3. return window.top.location != window.location;
  4. })
  5. .addTest('facebook', function() {
  6. return !! ~ location.href.indexOf( 'fb_sig_in_iframe=1' );
  7. });
Add Comment
Please, Sign In to add comment