mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user