correccion

parent d232d9e3
......@@ -142,7 +142,7 @@
var reader = new FileReader();
reader.onload = function (e) {
$('#imagenUsuario').attr('src', e.target.result);
$('#imagen_carga').attr('src', e.target.result);
//$('#imagen_carga').attr('src', e.target.result);
//generateUrlBackground(e.target.result, "data");
upload.doPreUpload();
}
......
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