From fea54e4ea4c1659ff2997c7acfcc8340def9a729 Mon Sep 17 00:00:00 2001 From: Allan Cole Date: Tue, 17 Apr 2018 13:37:45 -0400 Subject: [PATCH] AltoFocus: Code tidying --- altofocus/assets/js/grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altofocus/assets/js/grid.js b/altofocus/assets/js/grid.js index 066f43305..00de9b521 100644 --- a/altofocus/assets/js/grid.js +++ b/altofocus/assets/js/grid.js @@ -99,7 +99,7 @@ var newPostIds = []; // 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' ) { // Create post IDs from IS results and push into post ID array