Adds jQuery 3.7.1.

This commit is contained in:
2024-07-29 23:06:20 -07:00
parent d9781431c6
commit 0328563e1d
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
(()=>{
console.log('Ready');
jQuery(() => {
console.log('Ready');
})
})();