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
{{ message }}
This repository was archived by the owner on Mar 19, 2018. It is now read-only.
Some time ago I had som problems with safari. After some struggle I gave up and starting from scratch. I got my problems back when adding the mediagroup attribute in the
var videosInMediagroup = $('video[data-mediagroup="' + videoId1OrMediagroup + '"]');
Now it works in Safari as well. One soloution would be not using mediagroup at all but in my opinion , mediagroup makes the code more clear.