10 lines
493 B
Text
10 lines
493 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.
|
|
|
|
$('ul.dropdown_list[data-person_id=<%= @person.id %>] .newItem').before("<%= escape_javascript( render('aspect_memberships/aspect_dropdown_list_item', :aspect => @aspect, :person => @person, :contact => @contact)) %>");
|
|
|
|
ContactEdit.updateNumber("<%= @person.id %>");
|
|
$.facebox.close();
|
|
$('#profile .dropdown').toggleClass("active");
|
|
|