summaryrefslogtreecommitdiff
path: root/app/views/call_histories/destroy.js.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/call_histories/destroy.js.erb')
-rw-r--r--app/views/call_histories/destroy.js.erb1
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