12 lines
415 B
Text
12 lines
415 B
Text
// Copyright (c) 2011, Diaspora Inc. This file is
|
|
// licensed under the Affero General Public License version 3 or later. See
|
|
// the COPYRIGHT file.
|
|
|
|
ContactEdit.updateNumber("<%= @contact.person_id%>");
|
|
|
|
var element = $(".stream_container");
|
|
|
|
element.html("<%= escape_javascript(render('aspect_memberships/add_to_aspect', :aspect_id => @aspect.id, :person_id => @person.id)) %>");
|
|
|
|
element.fadeTo(200,1);
|
|
|