| changeset 1045 | b06345320ffb |
| parent 1035 | c1bc8a2b1468 |
| child 1068 | 7623f9af9272 |
--- a/src/js/serializers/ldt_annotate.js Tue Sep 01 15:10:17 2015 +0200 +++ b/src/js/serializers/ldt_annotate.js Tue Sep 01 15:24:26 2015 +0200 @@ -15,6 +15,7 @@ title: _data.title, audio: _data.audio }, + id: _data.id ? _data.id : "", // If annotation is new, id will be undefined tags: _data.getTagTexts(), media: _data.getMedia().id, project: _data.project_id,