mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-20 11:52:56 -04:00
Fixed problem with Images not deleting
This commit is contained in:
@@ -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'
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user