11 lines
522 B
Text
11 lines
522 B
Text
// Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
// licensed under the Affero General Public License version 3 or later. See
|
|
// the COPYRIGHT file.
|
|
|
|
var dropdown = $("ul.dropdown_list[data-person_id=<%= @person.id %>]")
|
|
$('.newItem', dropdown).before("<%= escape_javascript( aspect_dropdown_list_item(@aspect, @contact.aspects.include?(@aspect))) %>");
|
|
|
|
ContactEdit.updateNumber(dropdown, "<%= @person.id %>", <%= @contact.aspects.size %>);
|
|
$.facebox.close();
|
|
$('#profile .dropdown').toggleClass("active");
|
|
|