We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a22581 commit 1aeb54bCopy full SHA for 1aeb54b
1 file changed
extra/custom-body-end.blade.php
@@ -1,4 +1,4 @@
1
-<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
+<script src="{{themeAsset('jquery.min.js')}}"></script>
2
<script>
3
/* Credit and Thanks:
4
Matrix - Particles.js;
@@ -148,4 +148,4 @@ class NavigationPage {
148
149
return '<h1>' + chars.join('</h1><h1>') + '</h1>';
150
});
151
-</script>
+</script>
0 commit comments