Skip to content

Commit 1aeb54b

Browse files
Update custom-body-end.blade.php
1 parent 0a22581 commit 1aeb54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/custom-body-end.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
1+
<script src="{{themeAsset('jquery.min.js')}}"></script>
22
<script>
33
/* Credit and Thanks:
44
Matrix - Particles.js;
@@ -148,4 +148,4 @@ class NavigationPage {
148148
149149
return '<h1>' + chars.join('</h1><h1>') + '</h1>';
150150
});
151-
</script>
151+
</script>

0 commit comments

Comments
 (0)