Skip to content

Remove jQuery global variable

Mike Greiling requested to merge mg-remove-global-jquery into master

What does this MR do?

Removes the window.$ and window.jQuery global variables for jQuery bringing us closer to being able to remove jQuery from our main bundle.

Currently trying to discern where this is utilized and seeing if any tests fail by removing it.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports