Added custom.js, login redirects to current page, added form-start/form-end and change breadcrumb width

This commit is contained in:
Deon George
2020-01-09 18:44:07 +11:00
parent 8b83990a66
commit f131db31c6
5 changed files with 14 additions and 7 deletions

View File

@@ -70,4 +70,9 @@
}
}
});
</script>
</script>
@if(file_exists('js/custom.js'))
<!-- Any Custom JS -->
<script src="{{ asset('js/custom.js') }}"></script>
@endif