edit_license: function () {
    // Get the url from the anchor element that was clicked
    var url = $(this).attr('href');
    AgencyData.edit_job_property('license', url,
                                 'abbr', 'title');