Skip to content

Commit 50029c6

Browse files
authored
Update main.blade.php
1 parent 610656c commit 50029c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components/onix/main.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Load the main css if you have any
2626
var cssPath = "{{ $cssPath ?? asset('vendor/Onix/css/app.css') }}";
2727
// Load the main javascript if you have
28-
var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/css/app.js') }}";
28+
var javascriptPath = "{{ $javascriptPath ?? asset('vendor/Onix/js/app.js') }}";
2929
// URL Image load asset manager
3030
var imageAssetUrlLoader = "{{ $imageAssetUrlLoader ?? route('onix.image.load') }}";
3131
// URL Image save asset manager

0 commit comments

Comments
 (0)