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