AltoFocus: Code tidying

This commit is contained in:
Allan Cole 2018-04-17 13:37:45 -04:00
parent 03c8180bce
commit fea54e4ea4

View file

@ -99,7 +99,7 @@
var newPostIds = []; var newPostIds = [];
// If new posts have been loaded from Infinite Scroll, attach them to the isotope wrapper and lay them out // If new posts have been loaded from Infinite Scroll, attach them to the isotope wrapper and lay them out
// note: loadedPosts variable is set globally in altofocus_infinite_scroll_render(). See Jetpack.php // note: loadedPosts variable is set globally in altofocus_infinite_scroll_render(). See jetpack.php
if ( typeof loadedPosts !== 'undefined' ) { if ( typeof loadedPosts !== 'undefined' ) {
// Create post IDs from IS results and push into post ID array // Create post IDs from IS results and push into post ID array