make profile photo button on photos#show works again
This commit is contained in:
parent
f4dba54ff3
commit
2c24eba49c
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ $(".make_profile_photo").live("click", function(){
|
|||
$controls = $this.closest(".controls"),
|
||||
user_id = $controls.attr('data-actor');
|
||||
person_id = $controls.attr('data-actor_person');
|
||||
photo_url = $controls(".controls").attr('data-image_url');
|
||||
photo_url = $controls.attr('data-image_url');
|
||||
|
||||
$.ajax({
|
||||
type: "PUT",
|
||||
|
|
|
|||
Loading…
Reference in a new issue