Anne-Charlotte commited on
Commit
60c343f
·
verified ·
1 Parent(s): ce04660

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -0
script.js CHANGED
@@ -48,6 +48,7 @@ const stepsData = [
48
  { timestamp: "40:50", title: "Connect the Flexible Camera Cable on the Front Head" },
49
  { timestamp: "41:42", title: "Fix the Front Head" },
50
  { timestamp: "42:56", title: "Fix the Antennas" },
 
51
 
52
  // Parse timestamp to seconds (MM:SS format)
53
  function parseTimestamp(ts) {
 
48
  { timestamp: "40:50", title: "Connect the Flexible Camera Cable on the Front Head" },
49
  { timestamp: "41:42", title: "Fix the Front Head" },
50
  { timestamp: "42:56", title: "Fix the Antennas" },
51
+ ];
52
 
53
  // Parse timestamp to seconds (MM:SS format)
54
  function parseTimestamp(ts) {