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
I have ajax pages, when trying to leave the current page that has the scroll in it, it keeps throwing this message.
Before leaving the page (rewriting using ajax), I even tried destroying the scroll. It successfully destroys but somehow the following event gets called:
_showHideHotSpots: function () {
the actual error happens here when calling show().
I have ajax pages, when trying to leave the current page that has the scroll in it, it keeps throwing this message.
Before leaving the page (rewriting using ajax), I even tried destroying the scroll. It successfully destroys but somehow the following event gets called:
the actual error happens here when calling show().
I don't understand how this if statement passes since the scroll is already destroyed...
thanks,
The text was updated successfully, but these errors were encountered: