yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Set duration in createinet is wrong #124

Closed yunjiali closed 11 years ago

yunjiali commented 11 years ago

put the following code before ajaxSubmit & the brackets are missing if($("#duration").val() == "" && $("#duration_span").val() != "") { $("#duration").val(stringToMilisec($("#duration_span").val())); }