Fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</button>
|
||||
@if ($can_edit ?? true)
|
||||
<button type="button" class="btn btn-xs btn-outline-danger">
|
||||
<i class="fas fa-trash" data-index="{{ $key }}"></i>
|
||||
<i class="fas fa-trash" data-index="{{ $key }}" data-id="{{ $image['id'] }}"></i>
|
||||
</button>
|
||||
@endif
|
||||
</figcaption>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
@endcomponent
|
||||
|
||||
@include('boilerplate::load.fileinput')
|
||||
@include('load.form.upload.fileinput')
|
||||
|
||||
@if ($no_popup ?? true)
|
||||
@push('js')
|
||||
@@ -52,9 +52,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
@if ($load_url)
|
||||
$(function() {
|
||||
{{ $prefix ?? '' }}loadImages();
|
||||
});
|
||||
@endif
|
||||
</script>
|
||||
|
||||
@if ($no_popup ?? true)
|
||||
|
||||
Reference in New Issue
Block a user