Fixes size of description on article, fix save form on Families and genres
This commit is contained in:
@@ -40,4 +40,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@include('components.save')
|
||||
@include('components.save')
|
||||
|
||||
@include('load.form.editor')
|
||||
@include('load.form.save')
|
||||
|
||||
|
||||
@push('js')
|
||||
<script>
|
||||
$(function() {
|
||||
initEditor();
|
||||
initSaveForm();
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user