Fixes on adding price & errors
This commit is contained in:
@@ -26,13 +26,12 @@
|
||||
|
||||
@include('components.save')
|
||||
|
||||
|
||||
@include('boilerplate::load.tinymce')
|
||||
@include('load.form.editor')
|
||||
|
||||
@push('js')
|
||||
<script>
|
||||
$(function() {
|
||||
$('.editor').tinymce({});
|
||||
initEditor();
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
Reference in New Issue
Block a user