Move and delete JS and such so that themes are cleaner
This commit is contained in:
parent
6ee878080b
commit
c484bb6b2f
406 changed files with 20 additions and 5222 deletions
|
@ -68,8 +68,8 @@
|
|||
|
||||
@section('footer-scripts')
|
||||
@parent
|
||||
{!! Theme::js('js/vendor/ace/ace.js') !!}
|
||||
{!! Theme::js('js/vendor/ace/ext-modelist.js') !!}
|
||||
{!! Theme::js('vendor/ace/ace.js') !!}
|
||||
{!! Theme::js('vendor/ace/ext-modelist.js') !!}
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
const Editor = ace.edit('editor_index');
|
||||
|
|
Reference in a new issue