Add custom javascript file
-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
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
$(document).ready(function() {
|
||||
/* Add custom javascript code here */
|
||||
});
|
||||
Reference in New Issue
Block a user