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

#2191 edit updates #2198

Closed
wants to merge 7 commits into from
Closed

#2191 edit updates #2198

wants to merge 7 commits into from

Conversation

damienallen
Copy link
Contributor

Fixes #2191

e.preventDefault();

// check if delete button is enabled
if ((' ' + node.className + ' ').indexOf(' disabled ') == -1) {
Copy link
Contributor

@KasperBrandt KasperBrandt May 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change this line to: if (node.className.indexOf('disabled') < 0) {?

@damienallen
Copy link
Contributor Author

Merged into #2201

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

Successfully merging this pull request may close these issues.

2 participants