diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-26 16:38:56 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-26 16:38:56 +0100 |
commit | c7b119d19bb866630ce9b152b28308ae3487a77f (patch) | |
tree | b2ea7c9274571670439c1907f2f2189afd00f765 /app/views/call_histories/destroy.js.erb | |
parent | e2e2fbbdc6b26e00101f5d4d1b05c0d076c817c2 (diff) |
Added the trash icon.
Diffstat (limited to 'app/views/call_histories/destroy.js.erb')
-rw-r--r-- | app/views/call_histories/destroy.js.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_histories/destroy.js.erb b/app/views/call_histories/destroy.js.erb index 2d14ddb..d952c58 100644 --- a/app/views/call_histories/destroy.js.erb +++ b/app/views/call_histories/destroy.js.erb @@ -1 +1 @@ -$('#call_history_id_<%= @call_history.id %>').remove();
\ No newline at end of file +$('#call_history_id_<%= @call_history.id %>_tr').remove();
\ No newline at end of file |