-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
2.400
The following usages of Prototype.Selector remain:
war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode); war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild);
- links to
[JENKINS-70909] Remove Prototype usages from behavior.js
Summary | Original: Remove Prototype.Selector usage from behavior.js | New: Remove Prototype.Selector usages from behavior.js |
Description |
Original:
The following usage of {{Prototype.Selector}} remains:
{code} war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode); war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild); {code} |
New:
The following usages of {{Prototype.Selector}} remain:
{code:java} war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode); war/src/main/webapp/scripts/behavior.js: return Prototype.Selector.select(selector, startNode.parentNode).filter(isSelfOrChild); {code} |
Summary | Original: Remove Prototype.Selector usages from behavior.js | New: Remove Prototype usages from behavior.js |
Assignee | New: Basil Crow [ basil ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "jenkinsci/jenkins#7798 (Web Link)" [ 28569 ] |
Released As | New: 2.400 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |