remove modal window from team member managment
This commit is contained in:
parent
621491c677
commit
09b877ef29
7 changed files with 54 additions and 42 deletions
8
app/assets/javascripts/team.js
Normal file
8
app/assets/javascripts/team.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
function backToMembers(){
|
||||
$("#team_member_new").hide("slide", { direction: "right" }, 150, function(){
|
||||
$("#team-table").show("slide", { direction: "left" }, 150, function() {
|
||||
$("#team_member_new").remove();
|
||||
$(".add_new").show();
|
||||
});
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue