Remove trailing whitespaces and trailing lines
This commit is contained in:
parent
7e0726b1da
commit
3bd06d55e0
80 changed files with 261 additions and 296 deletions
|
@ -1,7 +1,7 @@
|
|||
- if @team_member.valid?
|
||||
:plain
|
||||
$("#new_team_member").hide("slide", { direction: "right" }, 150, function(){
|
||||
$("#team-table").show("slide", { direction: "left" }, 150, function() {
|
||||
$("#team-table").show("slide", { direction: "left" }, 150, function() {
|
||||
$("#new_team_member").remove();
|
||||
$("#team-table").replaceWith("#{escape_javascript(render('projects/team'))}");
|
||||
$(".add_new").show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue