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:
Joe Uhren
2022-07-06 21:50:00 -06:00
parent 4681fa1e65
commit e5d4c639d3
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
$(document).ready(function() {
/* Add custom javascript code here */
});