make profile photo button on photos#show works again

This commit is contained in:
danielvincent 2010-11-04 16:04:58 -07:00
parent f4dba54ff3
commit 2c24eba49c

View file

@ -123,7 +123,7 @@ $(".make_profile_photo").live("click", function(){
$controls = $this.closest(".controls"), $controls = $this.closest(".controls"),
user_id = $controls.attr('data-actor'); user_id = $controls.attr('data-actor');
person_id = $controls.attr('data-actor_person'); person_id = $controls.attr('data-actor_person');
photo_url = $controls(".controls").attr('data-image_url'); photo_url = $controls.attr('data-image_url');
$.ajax({ $.ajax({
type: "PUT", type: "PUT",