Commit e7c2ee57aa40e13aac987fb107794cdc3128ed8a
1 parent
06acc115
Exists in
master
and in
4 other branches
delete unnecessary team.js
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
app/assets/javascripts/team.js
| @@ -1,8 +0,0 @@ | @@ -1,8 +0,0 @@ | ||
| 1 | -function backToMembers(){ | ||
| 2 | - $("#new_team_member").hide("slide", { direction: "right" }, 150, function(){ | ||
| 3 | - $("#team-table").show("slide", { direction: "left" }, 150, function() { | ||
| 4 | - $("#new_team_member").remove(); | ||
| 5 | - $(".add_new").show(); | ||
| 6 | - }); | ||
| 7 | - }); | ||
| 8 | -} |