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

Click handler specificity issue on admin pages #878

Open
jpowersdev opened this issue Mar 25, 2021 · 0 comments
Open

Click handler specificity issue on admin pages #878

jpowersdev opened this issue Mar 25, 2021 · 0 comments
Assignees
Labels

Comments

@jpowersdev
Copy link
Contributor

https://wordpress.org/support/topic/preventing-yarpp-settings-from-saving/#post-14230412

/admin/js/yikes-inc-easy-mailchimp-extender-admin.js - line 25

$( 'body' ).on( 'click', '.disabled' , function() {
				return false;
			});

should be something like

$( 'body' ).on( 'click', '.yikes-easy-mc-wrap .disabled' , function() {
				return false;
			});

and admin pages should be updated to include the .yikes-easy-mc-wrap class.

@jpowersdev jpowersdev self-assigned this Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant