
_view_request_edit_visibility.js.html
About this file
This file contains the script that handles sending data values to edit those attributes' visibility upon clicking the privacy buttons.
Code Check Report
Documentation drawn from source code
/*
Sends a request to the edit privacy endpoint when title privacy button is clicked.
Data being sent is the selected privacy option, either public or private.
*/
$(".title-privacy-btn").click(function () {
/*
Sends a request to the edit privacy endpoint when agency request summary privacy button is clicked.
Data being sent is the selected privacy option, either public or private.
*/
$(".desc-privacy-btn").click(function () {