Missing block added
This commit is contained in:
parent
798511f97e
commit
5ec293f92b
1 changed files with 1 additions and 1 deletions
|
@ -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>');
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue