Last active
December 29, 2016 18:17
-
-
Save MartinJHammer/66d76baeaeaa8ac7ba67cef005d16ba5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 (typeof jQuery == 'undefined') { | |
alert("Doesn't work from internal"); | |
} else { | |
alert("Yay! Works from internal"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment