File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 <?php $item_path = $item -> is_file ? $item -> url : $item -> path ; ? >
1010
1111 <div class =" square clickable {{ $item -> is_file ? ' ' : ' folder-item' } }" data-id =" {{ $item_path } }"
12- @if ($item -> is_file && $thumb_src ) onclick =" fileView ('{{ $item_path } } ', '{{ $item -> updated } } ')"
12+ @if ($item -> is_file && $thumb_src ) onclick =" useFile ('{{ $item_path } } ', '{{ $item -> updated } } ')"
1313 @elseif ($item -> is_file ) onclick =" download('{{ $item_name } } ')" @endif >
1414 @if ($thumb_src )
1515 <img src =" {{ $thumb_src } }" >
2222 <div class =" btn-group" >
2323 <button type =" button" data-id =" {{ $item_path } }"
2424 class =" item_name btn btn-default btn-xs {{ $item -> is_file ? ' ' : ' folder-item' } }"
25- @if ($item -> is_file && $thumb_src ) onclick =" fileView ('{{ $item_path } } ', '{{ $item -> updated } } ')"
25+ @if ($item -> is_file && $thumb_src ) onclick =" useFile ('{{ $item_path } } ', '{{ $item -> updated } } ')"
2626 @elseif ($item -> is_file ) onclick =" download('{{ $item_name } } ')" @endif >
2727 {{ $item_name } }
2828 </button >
You can’t perform that action at this time.
0 commit comments