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

Existing textarea class name is duplicated when adding widearea class #21

Open
lupo49 opened this issue Jul 14, 2013 · 0 comments
Open

Comments

@lupo49
Copy link

lupo49 commented Jul 14, 2013

Hello,

inside widearea.js:

//add widearea class to textarea
currentTextArea.className += (currentTextArea.className + " widearea").replace(/^\s+|\s+$/g, "");

The '+' should be eliminated to prevent duplicating the existing class name and to prevent destroying the css layout.

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

No branches or pull requests

1 participant