josephsoo commited on
Commit
a9afb3c
·
1 Parent(s): ed01a53

Always start linked dataset playback

Browse files
Files changed (1) hide show
  1. assets/dataset_link.js +0 -2
assets/dataset_link.js CHANGED
@@ -249,8 +249,6 @@
249
  }
250
 
251
  function maybeAutoplay(state) {
252
- const reducedMotion = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
253
- if (reducedMotion) return;
254
  state.autoplayTimer = window.setTimeout(() => {
255
  if (activeState === state) {
256
  renderIndex(state, 0);
 
249
  }
250
 
251
  function maybeAutoplay(state) {
 
 
252
  state.autoplayTimer = window.setTimeout(() => {
253
  if (activeState === state) {
254
  renderIndex(state, 0);