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

Fixes issue with whitespaces in content area names #1

Merged
merged 1 commit into from May 10, 2016
Merged

Fixes issue with whitespaces in content area names #1

merged 1 commit into from May 10, 2016

Conversation

Livich
Copy link

@Livich Livich commented Oct 15, 2015

This is the solution for this issue.

The problem consists in whitespaces, which user may add to "MultiEdit" comment (at the beginning or end), so metadata will contain spaces too.
jQuery interprets whitespace as separator in selectors, that's why active tab DOM element is always Undefined.

This patch will trim unneeded whitespaces from block names.

@strebel strebel merged commit e5e9812 into strebel:master May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants