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
For everyone else that has this problem: this issue can be solved by changing the var _stopPlugin method.
I modified it to this: var _stopPlugin = function (handler) { $.unbind('scroll', handler); jQuery(window).unbind("scroll", handler); options.finished.call(obj); };
i tried this, but its making endless new ajax calls on the end anyway:
The text was updated successfully, but these errors were encountered: