delete push script
This commit is contained in:
parent
f9ec292799
commit
71f381b069
|
|
@ -156,8 +156,6 @@
|
|||
</section>
|
||||
@include('admin.paket-foto.partials.modal-create-foto')
|
||||
@include('admin.paket-foto.partials.modal-create-additional')
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
// FUNGSI PREVIEW UNIVERSAL (Bisa untuk Create & Edit)
|
||||
function previewImage(input, previewId, placeholderId) {
|
||||
|
|
@ -213,5 +211,5 @@ function showImage(src) {
|
|||
new bootstrap.Modal(document.getElementById('modalImagePreview')).show();
|
||||
}
|
||||
</script>
|
||||
@endpush
|
||||
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Reference in New Issue