Skip to content

Instantly share code, notes, and snippets.

@follesoe
Created October 10, 2010 17:53
Show Gist options
  • Select an option

  • Save follesoe/619415 to your computer and use it in GitHub Desktop.

Select an option

Save follesoe/619415 to your computer and use it in GitHub Desktop.
Modernizr.addTest("pinnedsite", function() {
try {
return window.external.msIsSiteMode();
}
catch(e) {
return false;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment