Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Aug 30, 2023
1 parent cddcfad commit 1becff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,14 @@

$("#toggle-olivia").attr("aria-label", "Chat with our recruiting assistant");

// If cooke banner present, place focus on it.

if($("#igdpr-button").length){

$("#igdpr-button").focus();

}

}

$(document).ajaxStop(function() {
Expand Down

0 comments on commit 1becff2

Please sign in to comment.