dbpq commited on
Commit
5a8324b
·
verified ·
1 Parent(s): f4b3cc8

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -910,7 +910,7 @@ document.addEventListener('DOMContentLoaded', () => {
910
  // Track all custom audio players (for ElevenLabs, etc.)
911
  let customAudioPlayers = [];
912
  const textHandlingAudioPlayers = [];
913
- const TEXT_HANDLING_CARD_AUDIO_MAP = [1, 3, 2, 4];
914
  let isComparisonMode = false;
915
 
916
  const isMobileViewport = () => window.matchMedia('(max-width: 768px)').matches;
 
910
  // Track all custom audio players (for ElevenLabs, etc.)
911
  let customAudioPlayers = [];
912
  const textHandlingAudioPlayers = [];
913
+ const TEXT_HANDLING_CARD_AUDIO_MAP = [1, 2, 3, 4];
914
  let isComparisonMode = false;
915
 
916
  const isMobileViewport = () => window.matchMedia('(max-width: 768px)').matches;