modified : modal box issue fixed

This commit is contained in:
Fahad Abbas 2017-03-22 18:13:26 +05:00
parent 27033ccd14
commit befacf093e
2 changed files with 2 additions and 2 deletions

View file

@ -2203,10 +2203,10 @@
if (!navigator.userAgent.match(/Android/i)){
cbModalPlayer.play();
$(cbModalPlayerCont).find(".uploaderName").append('<a href="'+videoLink+'" title="Watch Video Page" style="margin:-2px 5px 0 0;"><i class="glyphicon glyphicon-log-in pull-right" style="font-size:20px;color:#fff;"></i></a>');
}
var isPlaying = !cbModalPlayer.paused;
var cbModalPlayerCont = $(document).find("#cb_video_js_"+vData.videoid);
$(cbModalPlayerCont).find(".uploaderName").append('<a href="'+videoLink+'" title="Watch Video Page" style="margin:-2px 5px 0 0;"><i class="glyphicon glyphicon-log-in pull-right" style="font-size:20px;color:#fff;"></i></a>');
// Making Videos paused if any other video playing in Dom
var domVideos = $(document).find("video");

File diff suppressed because one or more lines are too long