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 610656c commit 50029c6Copy full SHA for 50029c6
src/views/components/onix/main.blade.php
@@ -25,7 +25,7 @@
25
// Load the main css if you have any
26
var cssPath = "{{ $cssPath ?? asset('vendor/Onix/css/app.css') }}";
27
// Load the main javascript if you have
28
- var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/css/app.js') }}";
+ var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/js/app.js') }}";
29
// URL Image load asset manager
30
var imageAssetUrlLoader = "{{ $imageAssetUrlLoader ?? route('onix.image.load') }}";
31
// URL Image save asset manager
0 commit comments