Change tag routines, articles saving is ok
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{
|
||||
$gallery = $("#uploader-mini-gallery");
|
||||
if ($gallery) {
|
||||
$gallery.load("{{ route('Botanic.Admin.Varieties.getImages', ['id' => (isset($id)) ? $id : false]) }}");
|
||||
$gallery.load("{{ $load_url }}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user