Skip to content

Instantly share code, notes, and snippets.

@chrisl8888
Created October 23, 2015 20:57
Show Gist options
  • Select an option

  • Save chrisl8888/51c79b2193190c8f9d2f to your computer and use it in GitHub Desktop.

Select an option

Save chrisl8888/51c79b2193190c8f9d2f to your computer and use it in GitHub Desktop.
Inject the dynamic static resource from VisualForce into your Javascript
<apex:page>
<script>console.log('{!URLFOR($Resource.TMS_Statics, '')}')</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment