Moving to rails 3.2

This commit is contained in:
Dmitriy Zaporozhets 2012-02-11 20:34:25 +02:00
parent cc043f32d8
commit bc3735004c
6 changed files with 122 additions and 117 deletions

View file

@ -1,7 +1,7 @@
function backToMembers(){
$("#team_member_new").hide("slide", { direction: "right" }, 150, function(){
$("#new_team_member").hide("slide", { direction: "right" }, 150, function(){
$("#team-table").show("slide", { direction: "left" }, 150, function() {
$("#team_member_new").remove();
$("#new_team_member").remove();
$(".add_new").show();
});
});