update views infinite scroll patch to better handle updated bootstrap grid template
The updated Views Bootstrap Grid template added some child divs to <div class=row>
. This was causing the custom JS to break because it didn't account for divs that weren't People cards. We have made the jQuery selectors more specific to the people-row
class so that the code performs as expected again. We've also added a class called row-#
that increments like the new Views Bootstrap Grid template for consistency <div class=row row-1>
Merge request reports
Activity
Filter activity
added Module Updates label
assigned to @canini.16
mentioned in commit c8c7f044
Please register or sign in to reply