Skip to content

Commit

Permalink
Update main.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojgt authored Sep 22, 2021
1 parent 610656c commit 50029c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/onix/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Load the main css if you have any
var cssPath = "{{ $cssPath ?? asset('vendor/Onix/css/app.css') }}";
// Load the main javascript if you have
var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/css/app.js') }}";
var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/js/app.js') }}";
// URL Image load asset manager
var imageAssetUrlLoader = "{{ $imageAssetUrlLoader ?? route('onix.image.load') }}";
// URL Image save asset manager
Expand Down

0 comments on commit 50029c6

Please sign in to comment.