We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261971c commit 0cb413cCopy full SHA for 0cb413c
1 file changed
resources/views/common_styles.blade.php
@@ -1,8 +1,8 @@
1
<meta charset="utf-8">
2
<title>File Manager</title>
3
{{-- elFinder CSS (REQUIRED) --}}
4
-@basset(base_path('vendor/studio-42/elfinder/img/icons-big.svg'))
5
-@basset(base_path('vendor/studio-42/elfinder/img/logo.png'))
+@basset(base_path('vendor/studio-42/elfinder/img/icons-big.svg'), false)
+@basset(base_path('vendor/studio-42/elfinder/img/logo.png'), false)
6
@basset(base_path('vendor/studio-42/elfinder/css/elfinder.min.css'))
7
@basset('https://cdn.jsdelivr.net/npm/jquery-ui@1.14.2/dist/themes/smoothness/jquery-ui.min.css', true, [
8
'integrity' => 'sha384-e4Bm/JKXqLbEnnDNLZIbB0u9VBy3H9D+TNdLb22ybxTLsmtWgRhQ3/BKEgJ13zU2',
0 commit comments