fix(surveyor): hapus link dan script flatpickr yang tidak digunakan
- Menghapus referensi stylesheet dan script flatpickr dari file index.blade.php - Memperbaiki kebersihan kode dengan menghilangkan dependensi yang tidak diperlukan
This commit is contained in:
@@ -101,10 +101,7 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
function approveReschedule(penilaianId, permohonanId, noReg, debitur, reschedule_date, reschedule_note) {
|
function approveReschedule(penilaianId, permohonanId, noReg, debitur, reschedule_date, reschedule_note) {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: 'Konfirmasi',
|
title: 'Konfirmasi',
|
||||||
|
|||||||
Reference in New Issue
Block a user