diff --git a/admin/file-upload-js.php b/admin/file-upload-js.php index 57c082b2..e48013be 100644 --- a/admin/file-upload-js.php +++ b/admin/file-upload-js.php @@ -186,7 +186,7 @@ $(document).ready(function() { $('.delete', el).click(function () { if (confirm(''.replace('%s', file))) { var cid = $(this).parents('li').data('cid'); - $.post('index('/action/contents-attachment-edit'); ?>', + $.post('index('/action/contents-attachment-edit'); ?>', {'do' : 'delete', 'cid' : cid}, function () { $(el).fadeOut(function () {