Fixed problem with Images not deleting

This commit is contained in:
objecttothis
2020-05-08 16:52:35 +04:00
parent f4a941e209
commit b3b7b227a9

View File

@@ -500,7 +500,7 @@ $(document).ready(function()
$('a.fileinput-exists').click(function() {
$.ajax({
type: 'GET',
url: "<?php echo site_url('$controller_name/remove_logo/$item_info->item_id'); ?>",
url: '<?php echo site_url("$controller_name/remove_logo/$item_info->item_id"); ?>',
dataType: 'json'
})
});