refactor: Move markers definition to recording.md and simplify recording.js

This commit is contained in:
Paul Gauthier 2025-03-14 08:27:20 -07:00 committed by Paul Gauthier (aider)
parent 1bc40d48fe
commit 813a201b6a
2 changed files with 15 additions and 11 deletions

View file

@ -10,10 +10,7 @@ document.addEventListener('DOMContentLoaded', function() {
idleTimeLimit: 1,
theme: "aider",
poster: "npt:0:01",
markers: [
[1.0, "Hello!"],
[5.0, "Hello, this is a test. This is only a test."],
],
markers: markers
}
);