delete unnecessary team.js

This commit is contained in:
Nihad Abbasov 2012-09-06 05:06:01 -07:00
parent 06acc115ed
commit e7c2ee57aa

View file

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