Skip to content

Commit

Permalink
Showing flash notice after removing client/project/invoice/user
Browse files Browse the repository at this point in the history
  • Loading branch information
Ania committed Nov 30, 2010
1 parent c1c5fcb commit 27ebd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ var Application = {
table = row.parents("table");
row.remove();
table.zebra();
Application.notice('Deleted successfully');
},
error: function(xhr) {
target.click(handler);
Expand Down

0 comments on commit 27ebd02

Please sign in to comment.