Skip to content

Commit c096a7c

Browse files
author
Marco Pereirinha
committed
Update compiled assets
1 parent 4863d3d commit c096a7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/inline-loader.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '1b657e1514da5e4f666a2faa401b0ce5');
1+
<?php return array('dependencies' => array('wp-polyfill'), 'version' => 'e2518755df24a06ffeada9103eb32f0b');

js/inline-loader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/inline-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ window.CLDBind = ( image )=>{
244244
};
245245
// Fallback.
246246
window.addEventListener( 'load', () => {
247-
[...document.querySelectorAll('img[data-cloudinary=lazy]')].forEach( ( image )=>{
247+
[...document.querySelectorAll('img[data-cloudinary="lazy"]')].forEach( ( image )=>{
248248
CLDBind( image );
249249
})
250250
} );

0 commit comments

Comments
 (0)