You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue the Audio is keep repeating, not only the audio even javascript code
This is the code if(response.replysound != 'undefined' && response.replysound){ alert(14); var audio = new Audio('./sound.mp3'); audio.play(); }
Explain: When I enter the page thats contain Audio or any code JS. and go another page like home, I wait 5 seconds and Its keep Alerting 14, and playing audio! I've tried everything I can but its not work. I hope you guys fix it.
The text was updated successfully, but these errors were encountered:
Well, thats it https://hastebin.com/asodarepaw.js
as u can see in line 84 there is an alert , audio. What is the problem? I'll tell u while moving from page to page using pjax its execute the line 84 etc.
There is an issue the Audio is keep repeating, not only the audio even javascript code
This is the code
if(response.replysound != 'undefined' && response.replysound){ alert(14); var audio = new Audio('./sound.mp3'); audio.play(); }
Explain: When I enter the page thats contain Audio or any code JS. and go another page like home, I wait 5 seconds and Its keep Alerting 14, and playing audio! I've tried everything I can but its not work. I hope you guys fix it.
The text was updated successfully, but these errors were encountered: