diff --git a/layout.html b/layout.html index c5af926..58638b2 100755 --- a/layout.html +++ b/layout.html @@ -477,7 +477,7 @@ const edl = JSON.parse(row['edl_definition']); thisRow.setAttribute("data-inpoint", edl.inpoint); thisRow.setAttribute("data-outpoint", edl.outpoint); - thisRow.setAttribute("data-edl-definition"); + thisRow.setAttribute("data-edl-definition", row['edl_definition']); } else { // no EDL yet, use start as inpoint and duration as outpoint thisRow.setAttribute("data-inpoint", 0);