base.js.html

About this file

This html file contains JavaScript scripts for the base page of NYC Open Records. Some of the scripts include setting the profile link, creating a logout page in a new tab with a timer, and starting a session timeout monitor.

Code Check Report


                        

Documentation drawn from source code

   /* Set profile link href value with 'target' parameter being the current page
   */
   beforeSend: function (xhr, settings) {
    /*
    * Include the X-CSRFToken header for methods that are not considered "safe"
    *
    */

Source code