SAP-archive / BUILD_User_Assistance

Here's the files for the GH-page for BUILD.
2 stars 2 forks source link

Audio for videos on Home page continues when video is closed #42

Closed brian-murray35 closed 8 years ago

brian-murray35 commented 8 years ago

User plays one of the three Top Watched videos on the Home page. The video displayed in a light box over the video page. User closes the video by pressing X Video disappears, but audio continues.

Sdeano commented 8 years ago

@brian-murray35 @mhlibchuk

I've fixed this now . Just changed this line in video.html:

$(divId).find("div").click();

to this:

$(divId).find("div").children().children().children().children().click();

brian-murray35 commented 8 years ago

@Sdeano Thanks great Sean. I saw this earlier and synced to GitHub. Working on all three versions of the site now.