Missing block added

This commit is contained in:
Saqib Razzaq 2016-03-21 17:18:51 +05:00
parent 798511f97e
commit 5ec293f92b

View file

@ -109,7 +109,7 @@ function homePageVideos(qlist_items) {
// setting a timeout
//$(main_object).text("Loading..");
if (loadType != 'count' && loadMode == 'featured') {
$(document).find('#featured_vid_sec').append('<div id="featured-pre"><div class="item-video col-lg-6 col-md-6 col-sm-6 col-xs-12"><div style="height:200px" class="thumb-video background-masker clearfix"></div></div></div>');
$(document).find('#featured_vid_sec').append('<div id="featured-pre"><div class="item-video col-lg-6 col-md-6 col-sm-6 col-xs-12"><div style="height:200px" class="thumb-video background-masker clearfix"></div></div><div class="item-video col-lg-6 col-md-6 col-sm-6 col-xs-12"><div style="height:200px" class="thumb-video background-masker clearfix"></div></div></div>');
}
},