浏览代码

gen video queue

ming 3 年之前
父节点
当前提交
8e43dc2335
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/static/script_msg.js

+ 1 - 1
api/static/script_msg.js

@@ -44,7 +44,7 @@ function openavatarModel() {
   avatarModal.show();
 }
 
-$('input[type=file]').on('change', prepareUpload);
+$('.img_uploader').on('change', prepareUpload);
 
 // Grab the files and set them to our variable
 function prepareUpload(event) {