
edit_requester_info.js.html
About this file
The script in this file submits the edited requester information and reloads the page. If there is an error, the error will be displayed and the submit button will be enabled.
Code Issues
- Needs a comment specifying what the function does.
- Needs a comment specifying what type of data is being sent through the PATCH request. What type of user information?
Code Check Report
Documentation drawn from source code
$(function () {
$("#user-info").submit(function (e) {
success: function (response) {
error: function(data) {