Created
October 23, 2015 20:57
-
-
Save chrisl8888/51c79b2193190c8f9d2f to your computer and use it in GitHub Desktop.
Inject the dynamic static resource from VisualForce into your Javascript
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
| <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