fix email link

This commit is contained in:
Zachary Chai
2017-02-21 16:27:54 -05:00
parent 55f2041b7c
commit 80374e02a5
2 changed files with 4 additions and 3 deletions

View File

@ -47,9 +47,7 @@
} else if (data.action === 'create') {
if (row.length == 0) {
data.duration = data.length;
table.rows.add([data]);
recordings.draw();
recordings.refresh();
showAlert(I18n.recording_created, 4000);
}