-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
2.404
The following usage of Prototype's Ajax.Request remains:
core/src/main/resources/hudson/views/BuildButtonColumn/icon.js: new Ajax.Request(url);
This usage should be migrated to the Fetch API.