Fix mini graphs (#12738)

Remove the polyfill, if the noscript tag isn't removed it breaks graphs
Ajax tables should not use lazy loading anyway...
This commit is contained in:
Tony Murray
2021-04-11 19:40:47 -05:00
committed by GitHub
parent dec1ed1e45
commit c36fe928e4
9 changed files with 6 additions and 15 deletions

View File

@@ -50,8 +50,6 @@
@stack('styles')
<script src="{{ asset('js/polyfill.min.js') }}"></script>
<script src="{{ asset('js/intersection-observer.js') }}"></script>
<script src="{{ asset('js/loading-attribute-polyfill.min.js') }}"></script>
<script src="{{ asset('js/jquery.min.js') }}"></script>
<script src="{{ asset('js/bootstrap.min.js') }}"></script>
<script src="{{ asset('js/bootstrap-hover-dropdown.min.js') }}"></script>