Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created May 13, 2015 19:11
Show Gist options
  • Save beckettkev/8f274ce95b20223d64d8 to your computer and use it in GitHub Desktop.
Save beckettkev/8f274ce95b20223d64d8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction Id="AwesomeSiteJS" Location="ScriptLink" ScriptBlock="if (document.getElementsByTagName('Body')[0].className.trim().toLowerCase().indexOf('custommaster') > -1) { document.write('&lt;script src=&quot;~sitecollection/Style Library/AwesomeSite.min.js&quot;&gt;&lt;/' + 'script&gt;');}" Sequence="10" />
</Elements>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment