-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
2.402
The following usage of Prototype's Ajax.Request remains:
core/src/main/resources/hudson/PluginManager/installed.jelly: new Ajax.Request(btn.getAttribute('url')+"/make"+(btn.checked?"Enable":"Disable")+"d", {
This usage should be migrated to the Fetch API.