Commit d59fc394 authored by agping's avatar agping

1

parent 22874be1
...@@ -30,7 +30,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', ' ...@@ -30,7 +30,7 @@ define(['doT', 'text!temp/black_list_template_tpl.html', 'css!style/home.css', '
$('#file_input').on('change', function(){ $('#file_input').on('change', function(){
var _this = $(this); var _this = $(this);
var formData = new FormData(); var formData = new FormData();
formData.append('type', 'chat'); formData.append('type', 'agent_black_list_img');
formData.append('image', _this[0].files[0]); formData.append('image', _this[0].files[0]);
$.ajax({ $.ajax({
type: 'post', type: 'post',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment