Anki/ts/reviewer
hikaru-y 207e4253f1 Use <template> element instead of Range.createContextualFragment()
https://forums.ankiweb.net/t/audio-in-back-template-is-played-on-front-template-on-desktop-2-1-46/12399

Unlike when using <template> element, if a DocumentFragment is created
using Range.createContextualFragment(), <audio>/<video> elements
with `aotoplay` will play immediately even before they are inserted into
the actual document, which will cause audio or video on the answer side
to be played on the question side.
2021-08-18 00:04:02 +09:00
..
answering.ts split out sync, search, scheduler & config 2021-07-10 21:33:12 +10:00
BUILD.bazel add reviewer_extras.js back 2021-07-27 15:13:39 +10:00
images.ts Use <template> element instead of Range.createContextualFragment() 2021-08-18 00:04:02 +09:00
index.ts export jQuery, not just $ 2021-07-30 18:30:37 +10:00
index_wrapper.ts Move reviewer to ts/reviewer 2021-07-16 16:56:55 +02:00
reviewer.scss Move reviewer to ts/reviewer 2021-07-16 16:56:55 +02:00
reviewer_extras.ts add reviewer_extras.js back 2021-07-27 15:13:39 +10:00