Created
March 14, 2016 21:19
-
-
Save owldesign/29d625754dde6d5ea518 to your computer and use it in GitHub Desktop.
Web Detection Tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!!window.MSInputMethodContext && !!document.documentMode) {document.documentElement.className+=' ie11';} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if !IE]><!--><script>if(/*@cc_on!@*/false){document.documentElement.className+=' ie10';}</script><!--<![endif]--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(){var t=function(){var t=function(){var t=window.orientation;switch(t){case 90:case-90:t="landscape";break;default:t="portrait"}document.documentElement.setAttribute("data-orientation",t)};window.addEventListener("orientationchange",t,!1),t()};window.addEventListener("DOMContentLoaded",t,!1)}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment