Update script.js
Browse files
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) {
|