Update Metronic as we no longer use Orchestra/Asset

This commit is contained in:
2024-07-04 08:15:34 +10:00
parent f44d780e19
commit e0333e352a
3 changed files with 6 additions and 12 deletions

View File

@@ -18,5 +18,5 @@
@if(file_exists('js/custom.js'))
<!-- Any Custom JS -->
<script src="{{ asset('js/custom.js') }}"></script>
<script type="text/javascript" src="{{ asset('js/custom.js') }}"></script>
@endif