Fading out every form tag on photo upload was a bad idea

This commit is contained in:
danielvincent 2010-08-26 17:00:45 -07:00
parent dba8e2efe6
commit 81edef9b8a

View file

@ -20,7 +20,7 @@
$("#add_photo_button").html( "Uploading Photos" );
$("#add_photo_loader").fadeIn(400);
$("form").fadeOut(0);
$("form.new_photo").fadeOut(0);
$("#progress_report").fadeIn(0);
$("#photo_title_status").text("Uploading...");
return true;