1
0
Fork 0

Update status.reply view

This commit is contained in:
Daniel Supernault 2019-04-20 14:54:24 -06:00
parent 3f33ffc005
commit 6ed8a5ff70
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -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