Move and delete JS and such so that themes are cleaner

This commit is contained in:
Dane Everitt 2017-03-18 19:03:25 -04:00
parent 6ee878080b
commit c484bb6b2f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
406 changed files with 20 additions and 5222 deletions

View file

@ -276,7 +276,7 @@
{!! Theme::js('vendor/bootstrap/bootstrap.min.js') !!}
{!! Theme::js('vendor/slimscroll/jquery.slimscroll.min.js') !!}
{!! Theme::js('vendor/adminlte/app.min.js') !!}
{!! Theme::js('js/vendor/socketio/socket.io.min.js') !!}
{!! Theme::js('vendor/socketio/socket.io.min.js') !!}
{!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!}
@if(config('app.phrase_in_context')) {!! Theme::js('js/phraseapp.js') !!} @endif