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
This fixes #1098 by replacing every $.each in the core code with either Array.forEach for arrays or CollectionUtils.forEach for objects. The remaining $.each are only in jQuery.