Created
August 1, 2016 21:31
-
-
Save benewen96/6cb0b3b45b38a9aa30b14f7b647cd8f4 to your computer and use it in GitHub Desktop.
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
<!-- Add these just before the </body> tag --> | |
<script src="{!URLFOR($Resource.BackLog_Resources, 'js/jquery.js')}"></script> | |
<script src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"> </script> | |
<script src="{!URLFOR($Resource.BackLog_Resources, 'js/materialize.js')}"></script> | |
<script src="{!URLFOR($Resource.BackLog_Resources, 'js/init.js')}"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment