Skip to content

Commit

Permalink
Merge pull request #5501 from Laravel-Backpack/don't-output-the-spinn…
Browse files Browse the repository at this point in the history
…er-svg

dont output the spinner svg when loaded with @basset()
  • Loading branch information
pxpm committed Apr 16, 2024
2 parents c44b0f3 + 6763d7d commit 2b5371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/crud/inc/datatables_logic.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@basset('https://cdn.datatables.net/fixedheader/3.3.1/js/dataTables.fixedHeader.min.js')
@basset('https://cdn.datatables.net/fixedheader/3.3.1/css/fixedHeader.dataTables.min.css')

@basset(base_path('vendor/backpack/crud/src/resources/assets/img/spinner.svg'))
@basset(base_path('vendor/backpack/crud/src/resources/assets/img/spinner.svg'), false)

<script>
// here we will check if the cached dataTables paginator length is conformable with current paginator settings.
Expand Down

0 comments on commit 2b5371f

Please sign in to comment.