Skip to content

Commit 48f5a73

Browse files
committed
trigger update on browser's tab activation
1 parent 8e97578 commit 48f5a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.lazyloadxt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
forceLoad: forceLoad, // force auto load all images
2222

2323
loadEvent: 'pageshow', // check AJAX-loaded content in jQueryMobile
24-
updateEvent: 'load orientationchange resize scroll touchmove', // page-modified events
24+
updateEvent: 'load orientationchange resize scroll touchmove focus', // page-modified events
2525
forceEvent: '', // force loading of all elements
2626

2727
//onstart: null,

0 commit comments

Comments
 (0)