Skip to content

Commit

Permalink
Rename AddToJS.JS to AddToJS.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWithAnxiety committed Mar 20, 2023
1 parent ba1b424 commit 9e3ce36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddToJS.JS → AddToJS.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ document.head.appendChild(script);
script.onload = function() {
// Get the current date in the desired format
$("#TheDate").text(formattedDate);;
};
};

0 comments on commit 9e3ce36

Please sign in to comment.