mirror of https://github.com/pixelfed/pixelfed.git
Update status.reply view
This commit is contained in:
parent
3f33ffc005
commit
6ed8a5ff70
|
@ -49,11 +49,15 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
|
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.reactions').hide();
|
$('.reactions').hide();
|
||||||
$('.more-comments').hide();
|
$('.more-comments').hide();
|
||||||
$('.card-footer').hide();
|
$('.card-footer').hide();
|
||||||
|
new Vue({
|
||||||
|
el: '#content'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|
Loading…
Reference in New Issue