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