소스 검색

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) {