Fading out every form tag on photo upload was a bad idea
This commit is contained in:
parent
dba8e2efe6
commit
81edef9b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
$("#add_photo_button").html( "Uploading Photos" );
|
$("#add_photo_button").html( "Uploading Photos" );
|
||||||
$("#add_photo_loader").fadeIn(400);
|
$("#add_photo_loader").fadeIn(400);
|
||||||
|
|
||||||
$("form").fadeOut(0);
|
$("form.new_photo").fadeOut(0);
|
||||||
$("#progress_report").fadeIn(0);
|
$("#progress_report").fadeIn(0);
|
||||||
$("#photo_title_status").text("Uploading...");
|
$("#photo_title_status").text("Uploading...");
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue