This commit is contained in:
parent
ebffa907ec
commit
adfda8907a
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@
|
||||||
$('#photo_title').val(slicedTitle);
|
$('#photo_title').val(slicedTitle);
|
||||||
$('#photo_description').val(slicedDesc);
|
$('#photo_description').val(slicedDesc);
|
||||||
$(uploadForm).find("img").attr("src", msg.photoPreview);
|
$(uploadForm).find("img").attr("src", msg.photoPreview);
|
||||||
|
$(uploadForm).find("img").css("max-width", "100%");
|
||||||
$(".submitPhoto").removeAttr("disabled");
|
$(".submitPhoto").removeAttr("disabled");
|
||||||
|
|
||||||
if(typeof files[(currentFileIndex - 1)] !== "undefined"){
|
if(typeof files[(currentFileIndex - 1)] !== "undefined"){
|
||||||
|
|
Loading…
Add table
Reference in a new issue