Merge pull request #418 from ASponch/moveto

Delete useless code
This commit is contained in:
Fahad Abbas 2018-05-07 18:15:48 +05:00 committed by GitHub
commit efd9dad157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,6 @@ function homePageVideos(qlist_items) {
var currWidth = $(window).width();
if (loadHit >= 2 && currWidth > 767) {
var moveTo = $( ".featAppending" ).last().offset().top;
moveTo = moveTo;
thakkiLoading(moveTo);
}
} else {
@ -286,7 +285,6 @@ function homePageVideos(qlist_items) {
var currWidth = $(window).width();
if (loadHit >= 2 && currWidth > 767) {
var moveTo = $( "#recent_pre" ).last().offset().top;
moveTo = moveTo;
thakkiLoading(moveTo);
}
}