modified : modal box issue fixed
This commit is contained in:
parent
b2dc01fe57
commit
27033ccd14
2 changed files with 2 additions and 3 deletions
|
@ -2201,10 +2201,9 @@
|
|||
|
||||
var modalPlayerInterval = setInterval(function(){
|
||||
|
||||
if (navigator.userAgent.match(/Android/i)[0] != "Android"){
|
||||
if (!navigator.userAgent.match(/Android/i)){
|
||||
cbModalPlayer.play();
|
||||
}
|
||||
|
||||
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>');
|
||||
|
|
2
upload/js/clipbucket.min.js
vendored
2
upload/js/clipbucket.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue