delete unnecessary team.js
This commit is contained in:
parent
06acc115ed
commit
e7c2ee57aa
|
@ -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();
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue