|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Quick and dirty fix before 1.522 release:
1. Extract textarea.js from jenkins.war/WEB-INF/lib/jenkins-core-1.521.jar/lib/form/textarea/
2. Modify line 18 as in https://github.com/jenkinsci/jenkins/commit/0256f0a74e9b3373fa9fa14ba32bf9cb99dd5ec3
3. Place modified file textarea.js into war/WEB-INF/classes/lib/form/textarea/
4. Restart jenkins service (optionally clearing browser cache for jenkins).
Disclaimer: I'm not sure how this modified file will be handled on jenkins update.