Added admin switch, and composer dependencies

This commit is contained in:
Deon George
2018-05-20 11:57:49 +10:00
parent eb6ebd635e
commit 602fc14760
4 changed files with 63 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
Both of these plugins are recommended to enhance the
user experience. Slimscroll is required when using the
fixed layout. -->
<script src="{{ url('/plugins/jquery.slimscroll.min.js') }}" type="text/javascript"></script>
<script src="{{ url('/plugins/fastclick/fastclick.min.js') }}" type="text/javascript"></script>
@js('site/js/jquery.slimscroll.min.js','jq.slimscroll');
@js('site/js/fastclick.min.js','jq.fastclick');