While creating a page for word of the day, if I click on volume up icon I am able to listen to the word of the day but not in the same page, it redirects me to the path and I have to click on play button to listen to this audio file.
here's my code
<div class="word-and-pronunciation">
<a href="audio (1).mp3" tabindex="0">
<h2 class="word-l-hover">jocose</h2>
</a>
<a class="play-pron converted" data-lang="en_us" data-file="jocose" data-dir="j" href="javascript:void(0)" title="How to pronounce jocose(audio)" tabindex="0">play
<span class="play-box">.</span>
</a>
</div>