Forums
(@mitrijmitrich)
12 years ago
I’ve added the following code
$('audio').click( function(e) { e.stopPropagation(); } );
at the end of flashcard.js to play audio without card flipping. I think we could use similar for hyperlink tag.