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
around line 118 there is a line that adds a script which contains a $ which does not work if jQuery.noConflict() is in effect since Jquery has given up control of the $ in that context.
around line 118 there is a line that adds a script which contains a $ which does not work if jQuery.noConflict() is in effect since Jquery has given up control of the $ in that context.
To resolve use the long form jQuery("body").
The text was updated successfully, but these errors were encountered: