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
In Luminate Online, we already include jQuery separately from the design system. After jQuery is included, we use $.noConflict() to release $, since there are a handful of places where we still use prototype.js. Including jQuery in the design system gives $ back to jQuery, breaking anything that uses prototype.js.
Can we either remove jQuery from the design system and have it be included separately?
The text was updated successfully, but these errors were encountered:
In Luminate Online, we already include jQuery separately from the design system. After jQuery is included, we use
$.noConflict()
to release$
, since there are a handful of places where we still use prototype.js. Including jQuery in the design system gives$
back to jQuery, breaking anything that uses prototype.js.Can we either remove jQuery from the design system and have it be included separately?
The text was updated successfully, but these errors were encountered: