summaryrefslogtreecommitdiff
path: root/app/views/call_histories/destroy.js.erb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-26 16:39:27 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-26 16:39:27 +0100
commit52f6d8691cd014b7dc94f5cc7a9ad8dff8a4b6cf (patch)
treeb2ea7c9274571670439c1907f2f2189afd00f765 /app/views/call_histories/destroy.js.erb
parentaf4a02e15a02481e23f9458ae0a430ec52c57417 (diff)
parentc7b119d19bb866630ce9b152b28308ae3487a77f (diff)
Merge branch 'call_histories' into develop
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