Update status.reply view

pull/1163/head
Daniel Supernault 6 years ago
parent 3f33ffc005
commit 6ed8a5ff70
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -49,11 +49,15 @@
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.reactions').hide();
$('.more-comments').hide();
$('.card-footer').hide();
new Vue({
el: '#content'
});
});
</script>
@endpush

Loading…
Cancel
Save