From 97d0d11a94fe11bfff5e2fd8eccbcba24e86c54c Mon Sep 17 00:00:00 2001 From: joyqi Date: Tue, 4 Mar 2014 00:54:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/file-upload-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {