fixed an indentation fault

This commit is contained in:
hyung-hwan 2015-08-27 10:04:35 +00:00
parent 779ba51a8f
commit 5bb0583aa0

View File

@ -343,7 +343,7 @@ $(function () {
xi++;
}
}
form_data.append ('code_folder_delete_file_count', xi);
form_data.append ('code_folder_delete_file_count', xi);
$('#code_folder_mainarea_delete_form_div').dialog('disable');
$.ajax({