diff options
Diffstat (limited to 'app/views/call_histories/destroy.js.erb')
-rw-r--r-- | app/views/call_histories/destroy.js.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/call_histories/destroy.js.erb b/app/views/call_histories/destroy.js.erb new file mode 100644 index 0000000..d952c58 --- /dev/null +++ b/app/views/call_histories/destroy.js.erb @@ -0,0 +1 @@ +$('#call_history_id_<%= @call_history.id %>_tr').remove();
\ No newline at end of file |