Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comments.js: include error in reply html rather than using an alert | James Taylor | 2020-10-20 | 1 | -3/+1 |
| | |||||
* | add 't' hotkey | zrose584 | 2020-10-12 | 2 | -0/+64 |
| | |||||
* | doXhr: check xhr.status | zrose584 | 2020-10-09 | 1 | -1/+5 |
| | |||||
* | add comments.js | zrose584 | 2020-10-07 | 2 | -1/+31 |
| | |||||
* | Transcript table: Fix timestamps for videos longer than an hour | James Taylor | 2020-09-24 | 1 | -4/+13 |
| | | | | See #15 | ||||
* | Transcript: For clarity, use more verbose names and add comments | James Taylor | 2020-09-24 | 2 | -49/+69 |
| | |||||
* | style transcript div | zrose584 | 2020-09-15 | 1 | -1/+1 |
| | |||||
* | handle firefox' VTT parsing bug | zrose584 | 2020-09-15 | 1 | -3/+6 |
| | | | | | | | | from #15: "[..] Firefox's VTT parsing [ignores] newlines. So if the cue starts with a newline, that cue will have blank text (a corollary is that the first sentence uttered will fail to display in the automatic captions [..])." | ||||
* | transcript-table: show transcript as contiguous text by default | zrose584 | 2020-09-12 | 1 | -25/+52 |
| | |||||
* | let jinja create the transcript <details> element | zrose584 | 2020-09-12 | 1 | -17/+3 |
| | |||||
* | transcript-table.js: sync active transcript with select_tt | zrose584 | 2020-09-12 | 1 | -2/+6 |
| | |||||
* | default to last textTrack | zrose584 | 2020-09-12 | 2 | -2/+12 |
| | |||||
* | hotkeys.js: ignore if e.ctrlKey | zrose584 | 2020-09-12 | 1 | -1/+2 |
| | |||||
* | add transcript-table.js | zrose584 | 2020-09-11 | 1 | -0/+112 |
| | |||||
* | hotkeys.js: add 'c' for transcript | zrose584 | 2020-09-11 | 2 | -3/+36 |
| | |||||
* | hotkeys.js: use DOMContentLoaded so images don't delay script | James Taylor | 2020-09-09 | 1 | -2/+2 |
| | | | | | Instead of the load event, which waits until all assets are finished loading in order for script to start. | ||||
* | add hotkeys.js | zrose584 | 2020-09-09 | 1 | -0/+32 |