Selaa lähdekoodia

gen video queue

ming 3 vuotta sitten
vanhempi
commit
8e43dc2335
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {