e5d4c639d3
-The custom.js file can be used to add custom javascript code without affecting the ability to do a git pull update -Added a quick explanation of using the custom.js file in the "Configure Explorer Settings" section of the README
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
$(document).ready(function() {
|
|
/* Add custom javascript code here */
|
|
}); |