list_rids.js.erb 186 B

1234
  1. $('#rid_content').html("<%= escape_javascript(render 'rids') %>")
  2. // have to call this again to assign the onchange event to the report_specififer_id select input
  3. reportChangeHandler();