Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 5c5b4c824555015cd122e9901373cdf34d1166af
https://github.com/jenkinsci/jenkins/commit/5c5b4c824555015cd122e9901373cdf34d1166af
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-02-29 (Wed, 29 Feb 2012)
Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Used prototype element navigation to deal with whitespace between elements.
Jelly/Groovy views don't do this, but erb views from Ruby often do it,
so better be robust. This is breaking J-on-J currently.