Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into prototype/preload-adaptative-b…
Browse files Browse the repository at this point in the history
…atch

# Conflicts:
#	inc/Engine/WPRocketUninstall.php
  • Loading branch information
wordpressfan committed Jul 1, 2024
2 parents cab5b28 + c827f94 commit 57eb141
Show file tree
Hide file tree
Showing 58 changed files with 1,039 additions and 488 deletions.
2 changes: 1 addition & 1 deletion assets/js/lcp-beacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class RocketLcpBeacon {

_fillATFWithoutDuplications(elements) {
elements.forEach(({ element, elementInfo }) => {
if ( this._isDuplicateImage(element) ) {
if ( this._isDuplicateImage(element) || !elementInfo ) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/js/lcp-beacon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 57eb141

Please sign in to comment.