拼写错误

This commit is contained in:
joyqi
2014-03-04 00:54:44 +08:00
parent bfa9fc2553
commit 97d0d11a94

View File

@@ -186,7 +186,7 @@ $(document).ready(function() {
$('.delete', el).click(function () {
if (confirm('<?php _e('确认要删除文件 %s 吗?'); ?>'.replace('%s', file))) {
var cid = $(this).parents('li').data('cid');
$.post('<?php $secure->index('/action/contents-attachment-edit'); ?>',
$.post('<?php $security->index('/action/contents-attachment-edit'); ?>',
{'do' : 'delete', 'cid' : cid},
function () {
$(el).fadeOut(function () {