You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: I am currently trying to reproduce an issue that I have with version 3.8.1 (3.7.0 is fine) in a simpler setup than the one I am actually using JG in. My problem is that the 'jg.complete' event is never thrown and so my lazy loading code is never called.
So while trying to reproduce my problem in a simpler setup I tried the provided tests and I noticed that running the unmodified remote_imgs_waitThumbsLoad_callbacks.html (in Firefox) throws this error here: TypeError: this.resetImgSrc is not a function
query.justifiedGallery.js:222:17
The text was updated successfully, but these errors were encountered:
Background: I am currently trying to reproduce an issue that I have with version 3.8.1 (3.7.0 is fine) in a simpler setup than the one I am actually using JG in. My problem is that the 'jg.complete' event is never thrown and so my lazy loading code is never called.
So while trying to reproduce my problem in a simpler setup I tried the provided tests and I noticed that running the unmodified remote_imgs_waitThumbsLoad_callbacks.html (in Firefox) throws this error here:
TypeError: this.resetImgSrc is not a function
query.justifiedGallery.js:222:17
The text was updated successfully, but these errors were encountered: