|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)
- [JIRA] (JENKINS-15617) <st:bind> does... [email protected] (JIRA)

diff --git a/war/src/main/webapp/scripts/hudson-behavior.js b/war/src/main/webapp/scripts/hudson-behavior.js index c88fc9f..4eb41b7 100644 --- a/war/src/main/webapp/scripts/hudson-behavior.js +++ b/war/src/main/webapp/scripts/hudson-behavior.js @@ -500,7 +500,7 @@ function isInsideRemovable(e) { */ function renderOnDemand(e,callback,noBehaviour) { if (!e || !Element.hasClassName(e,"render-on-demand")) return; - var proxy = geval(e.getAttribute("proxy")); + var proxy = eval(e.getAttribute("proxy")); proxy.render(function (t) { var contextTagName = e.parentNode.tagName; var c;