Skip to content

Commit 0cb413c

Browse files
authored
Fixup incorrect link elements for elfinder images in common_styles (#92)
1 parent 261971c commit 0cb413c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/common_styles.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<meta charset="utf-8">
22
<title>File Manager</title>
33
{{-- 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'))
4+
@basset(base_path('vendor/studio-42/elfinder/img/icons-big.svg'), false)
5+
@basset(base_path('vendor/studio-42/elfinder/img/logo.png'), false)
66
@basset(base_path('vendor/studio-42/elfinder/css/elfinder.min.css'))
77
@basset('https://cdn.jsdelivr.net/npm/jquery-ui@1.14.2/dist/themes/smoothness/jquery-ui.min.css', true, [
88
'integrity' => 'sha384-e4Bm/JKXqLbEnnDNLZIbB0u9VBy3H9D+TNdLb22ybxTLsmtWgRhQ3/BKEgJ13zU2',

0 commit comments

Comments
 (0)