Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated jQuery shorthand #5564

Merged
merged 1 commit into from Jul 20, 2019

Conversation

kevin-j-morse
Copy link
Contributor

This pull request includes a

  • Bug fix
  • New feature
  • Translation

The following changes were made

  • Replaced calls to .blur() with .trigger('blur')
  • Replaced calls to .focus() with .trigger('focus')

These functions have been deprecated.

This is related to #5228

@kevin-j-morse
Copy link
Contributor Author

This PR ensures compatibility with future jQuery versions and would help those of us using jQuery Migrate to check compatibility by removing several warnings caused by select2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants